summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2006-01-31 15:50:06 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2006-01-31 15:50:06 +0000
commitbf7082f16c377bb73002ae7b7b95b18798610428 (patch)
tree02282cd6df30a8a28cf1b4ca0640097e001c9d89 /configure.in
parent3fa9dd7dbdafed23a8cf2aae79cc9311abad5f3a (diff)
Fix fl_filename_list() bug (STR #1159) caused by changing of the ABI
(dirent size is different for large file mode) The default is now --disable-largefile; if you use --enable-largefile, the large file support definitions are propagated to the fltk-config script as well. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4779 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index cb04091fc..476715d3b 100644
--- a/configure.in
+++ b/configure.in
@@ -392,7 +392,7 @@ AC_SYS_LARGEFILE
dnl Define largefile options as needed...
LARGEFILE=""
-if test x$enable_largefile != xno; then
+if test x$enable_largefile = xyes; then
LARGEFILE="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE"
if test $ac_cv_sys_large_files = 1; then