X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=configure.in;h=4acd0a1fc26166050dd7da6b7cc28884f86ee060;hp=de4ae977fb0923f2c20582a3abb749573625cd46;hb=ee489ee6d7048147a79cd6cadaa970ce731caa86;hpb=5b25c8ccd0420b7e0834ef6ec186b57453f2156a diff --git a/configure.in b/configure.in index de4ae977..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.64 2002/10/22 23:25:29 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="-Wall -ansi $CFLAGS" + CFLAGS="-Wall $CFLAGS" fi the_CFLAGS="$CFLAGS"