about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-10-22 23:25:29 +0000
committerAlexander Barton <alex@barton.de>2002-10-22 23:25:29 +0000
commit5b25c8ccd0420b7e0834ef6ec186b57453f2156a (patch)
tree89f326c64e021319033c5bb2f240837176d9143f /configure.in
parent135abb5d74a37442312d8bc33f75af20c6c69d53 (diff)
downloadngircd-5b25c8ccd0420b7e0834ef6ec186b57453f2156a.tar.gz
ngircd-5b25c8ccd0420b7e0834ef6ec186b57453f2156a.zip
- Verbindungsstatistik ein wenig klarer formuliert.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 4b024b62..de4ae977 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.63 2002/10/11 00:49:49 alex Exp $
+# $Id: configure.in,v 1.64 2002/10/22 23:25:29 alex Exp $
 #
 
 # -- Initialisierung --
@@ -176,7 +176,7 @@ fi
 # -- Variablen --
 
 if test "$GCC" = "yes"; then
-	CFLAGS="-Wall $CFLAGS"
+	CFLAGS="-Wall -ansi $CFLAGS"
 fi
 
 the_CFLAGS="$CFLAGS"