1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-05-03 07:54:06 +00:00

- beim GCC wird nun die "-ansi"-Option gesetzt.

This commit is contained in:
Alexander Barton 2002-10-22 23:26:28 +00:00
parent 5b25c8ccd0
commit d98e7def76

View File

@ -9,7 +9,7 @@
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # 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.65 2002/10/22 23:26:28 alex Exp $
# #
# -- Initialisierung -- # -- Initialisierung --
@ -176,7 +176,7 @@ fi
# -- Variablen -- # -- Variablen --
if test "$GCC" = "yes"; then if test "$GCC" = "yes"; then
CFLAGS="-Wall -ansi $CFLAGS" CFLAGS="-ansi -Wall $CFLAGS"
fi fi
the_CFLAGS="$CFLAGS" the_CFLAGS="$CFLAGS"