summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index d3b821b3..54851c45 100755
--- a/configure
+++ b/configure
@@ -2356,6 +2356,10 @@ int main(int argc, char **argv)
if conftest ; then
printf "yes\n"
printf "#define HAVE_FSEEKO 1\n" >> $config_h
+elif conftest EXTRA_FLAGS=-D_LARGEFILE_SOURCE ; then
+ printf "yes\n"
+ printf "#define HAVE_FSEEKO 1\n" >> $config_h
+ lang_flags="$lang_flags -D_LARGEFILE_SOURCE"
else
printf "no\n"
fi