diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-09-02 18:13:57 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-09-02 18:13:57 +0000 |
commit | 12085102bf932dbcda6114cdfc42209de3037656 (patch) | |
tree | f58686cacde83bf9c2ce6ecb763eefe97a7d5a01 /configure.in | |
parent | 22ea3dc045ca3bfc67b3cbb8e33e8f63a6f46a5e (diff) | |
download | libfuse-12085102bf932dbcda6114cdfc42209de3037656.tar.gz |
fix
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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 ]) |