]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Revert "configure: make implicit declarations fatal"
authorFlorian Westphal <fw@strlen.de>
Sat, 29 May 2010 16:47:27 +0000 (18:47 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 9 Jun 2010 10:03:00 +0000 (12:03 +0200)
This reverts commit b3a6c33da0b12ba74dc395979b677813d4bc2c0f.

apparently not all gcc versions support this 8-(

configure.in

index 8526af60e93e782b70afb1195f7d317672017ff4..6d9312d4d7cac169b174f13863271b3812135e57 100644 (file)
@@ -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 --