aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-09-02 18:13:57 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-09-02 18:13:57 +0000
commit12085102bf932dbcda6114cdfc42209de3037656 (patch)
treef58686cacde83bf9c2ce6ecb763eefe97a7d5a01 /configure.in
parent22ea3dc045ca3bfc67b3cbb8e33e8f63a6f46a5e (diff)
downloadlibfuse-12085102bf932dbcda6114cdfc42209de3037656.tar.gz
fix
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 b5c25d1..7e715c7 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ if test -z "$mkdir_p"; then
fi
CFLAGS="-Wall -W -g -O2"
-CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64"
+CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT"
AC_ARG_ENABLE(kernel-module,
[ --enable-kernel-module Compile kernel module, requires --with-kernel option ])