diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-01-31 15:50:06 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-01-31 15:50:06 +0000 |
| commit | bf7082f16c377bb73002ae7b7b95b18798610428 (patch) | |
| tree | 02282cd6df30a8a28cf1b4ca0640097e001c9d89 /fltk-config.in | |
| parent | 3fa9dd7dbdafed23a8cf2aae79cc9311abad5f3a (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 'fltk-config.in')
| -rwxr-xr-x | fltk-config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fltk-config.in b/fltk-config.in index d7dceea7e..99b45b569 100755 --- a/fltk-config.in +++ b/fltk-config.in @@ -53,8 +53,8 @@ CXX="@CXX@" POSTBUILD="@POSTBUILD@" # flags for C++ compiler: -CFLAGS="@CFLAGS@" -CXXFLAGS="@CXXFLAGS@" +CFLAGS="@CFLAGS@ @LARGEFILE@" +CXXFLAGS="@CXXFLAGS@ @LARGEFILE@" LDFLAGS="@LDFLAGS@" LDLIBS="@LIBS@" |
