diff options
| author | Miklos Szeredi <miklos@szeredi.hu> | 2005-09-08 14:05:58 +0000 |
|---|---|---|
| committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-09-08 14:05:58 +0000 |
| commit | 079db8dcbd74307a163817cebffced1cb4d7b407 (patch) | |
| tree | ef12d835d099084584d23c1d37a656d2ae626097 | |
| parent | 7c141a7f7cc6cb372f42d349865cdd07a11534bf (diff) | |
| download | libfuse-079db8dcbd74307a163817cebffced1cb4d7b407.tar.gz | |
configure fix
| -rw-r--r-- | configure.in | 2 |
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" |
