mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-23 12:14:15 +08:00
configure fix
This commit is contained in:
parent
7c141a7f7c
commit
079db8dcbd
@ -13,7 +13,7 @@ if test -z "$mkdir_p"; then
|
||||
AC_SUBST(mkdir_p)
|
||||
fi
|
||||
|
||||
if test -z "$CFLAGS"; then
|
||||
if test "$ac_env_CFLAGS_set" != set; then
|
||||
CFLAGS="-Wall -W -g -O2"
|
||||
fi
|
||||
CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=22"
|
||||
|
Loading…
Reference in New Issue
Block a user