summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 77ac1c2..5711659 100644
--- a/configure.ac
+++ b/configure.ac
@@ -188,7 +188,7 @@ else
188 building_debug_code=yes 188 building_debug_code=yes
189fi 189fi
190 190
191AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter") 191AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fsigned-char")
192AC_SUBST(GLOBAL_CFLAGS) 192AC_SUBST(GLOBAL_CFLAGS)
193 193
194# check for large file support 194# check for large file support