summaryrefslogtreecommitdiff
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 e76feab..4502b20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ PKG_PROG_PKG_CONFIG()
PKG_CHECK_MODULES(GTK,[gtkglext-1.0])
if test $CC = gcc; then
- GCC_CFLAGS+=" -Wall -W -Werror -Wstrict-prototypes -Wmissing-prototypes"
+ GCC_CFLAGS+=" -Wall -W -Werror -Wmissing-prototypes"
GCC_CFLAGS+=" -fvisibility=hidden -fPIC"
GCC_LDFLAGS=""