From: Alexander Barton Date: Tue, 22 Oct 2002 23:36:04 +0000 (+0000) Subject: - GCC-Option "-ansi" hat sich leider nicht bewaehrt ... wieder entfernt. X-Git-Tag: rel-0-6-0-pre1~156 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=8dd5ea0729e4c65fb63bea220d7f5467f1cece1f - GCC-Option "-ansi" hat sich leider nicht bewaehrt ... wieder entfernt. --- diff --git a/configure.in b/configure.in index d10d4857..4acd0a1f 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # -# $Id: configure.in,v 1.65 2002/10/22 23:26:28 alex Exp $ +# $Id: configure.in,v 1.66 2002/10/22 23:36:04 alex Exp $ # # -- Initialisierung -- @@ -176,7 +176,7 @@ fi # -- Variablen -- if test "$GCC" = "yes"; then - CFLAGS="-ansi -Wall $CFLAGS" + CFLAGS="-Wall $CFLAGS" fi the_CFLAGS="$CFLAGS"