about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2010-05-29 18:47:27 +0200
committerAlexander Barton <alex@barton.de>2010-06-09 12:03:00 +0200
commit059e70724945264c2ab4f25edd48a50d173697f6 (patch)
tree643187397ccdeaa5f5f0ec7ae120a161c82b604b
parentb849e63fbfcddae7c770944816544c4799856042 (diff)
downloadngircd-059e70724945264c2ab4f25edd48a50d173697f6.tar.gz
ngircd-059e70724945264c2ab4f25edd48a50d173697f6.zip
Revert "configure: make implicit declarations fatal"
This reverts commit b3a6c33da0b12ba74dc395979b677813d4bc2c0f.

apparently not all gcc versions support this 8-(
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8526af60..6d9312d4 100644
--- a/configure.in
+++ b/configure.in
@@ -542,7 +542,6 @@ AC_DEFINE_UNQUOTED(TARGET_OS, "$target_os" )
 
 # Add additional CFLAGS, eventually specified on the command line, but after
 # running this configure script. Useful for "-Werror" for example.
-test "$GCC" = "yes" && CFLAGS="$CFLAGS -Werror=implicit-function-declaration"
 test -n "$CFLAGS_END" && CFLAGS="$CFLAGS $CFLAGS_END"
 
 # -- Generate files --