aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-09-08 14:05:58 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-09-08 14:05:58 +0000
commit079db8dcbd74307a163817cebffced1cb4d7b407 (patch)
treeef12d835d099084584d23c1d37a656d2ae626097
parent7c141a7f7cc6cb372f42d349865cdd07a11534bf (diff)
downloadlibfuse-079db8dcbd74307a163817cebffced1cb4d7b407.tar.gz
configure fix
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8529c43..b50f25b 100644
--- a/configure.in
+++ b/configure.in
@@ -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"