You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2017/09/01 23:22:21 UTC

svn commit: r1807014 - /santuario/xml-security-cpp/trunk/configure.ac

Author: scantor
Date: Fri Sep  1 23:22:20 2017
New Revision: 1807014

URL: http://svn.apache.org/viewvc?rev=1807014&view=rev
Log:
SANTUARIO-382 - Unconditionally enable large file support

Modified:
    santuario/xml-security-cpp/trunk/configure.ac

Modified: santuario/xml-security-cpp/trunk/configure.ac
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/configure.ac?rev=1807014&r1=1807013&r2=1807014&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/configure.ac (original)
+++ santuario/xml-security-cpp/trunk/configure.ac Fri Sep  1 23:22:20 2017
@@ -24,6 +24,8 @@ AC_CONFIG_MACRO_DIR(m4)
 AM_INIT_AUTOMAKE([subdir-objects])
 AC_PROG_LIBTOOL
 
+AC_SYS_LARGEFILE
+
 AC_ARG_ENABLE(debug,
     AS_HELP_STRING([--enable-debug],[Have GCC compile with symbols (Default = no)]),
     enable_debug=$enableval, enable_debug=no)