repo: ngircd
action: commit
revision: 
path_from: 
revision_from: d98e7def767db16f3206f387058477c1a44cf6db:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit d98e7def767db16f3206f387058477c1a44cf6db
Author: Alexander Barton 
Date:   Tue Oct 22 23:26:28 2002 +0000

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

diff --git a/configure.in b/configure.in
index de4ae977fb0923f2c20582a3abb749573625cd46..
index ..d10d4857722053abf48d9e5133503da4a737663d 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.65 2002/10/22 23:26:28 alex Exp $
 #

 # -- Initialisierung --
@@ -176,7 +176,7 @@ fi
 # -- Variablen --

 if test "$GCC" = "yes"; then
-	CFLAGS="-Wall -ansi $CFLAGS"
+	CFLAGS="-ansi -Wall $CFLAGS"
 fi

 the_CFLAGS="$CFLAGS"

-----END OF PAGE-----