From 12085102bf932dbcda6114cdfc42209de3037656 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 2 Sep 2004 18:13:57 +0000 Subject: fix --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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 ]) -- cgit v1.2.3