projects
/
ngircd-alex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d98e7de
)
- GCC-Option "-ansi" hat sich leider nicht bewaehrt ... wieder entfernt.
author
Alexander Barton
<alex@barton.de>
Tue, 22 Oct 2002 23:36:04 +0000
(23:36 +0000)
committer
Alexander Barton
<alex@barton.de>
Tue, 22 Oct 2002 23:36:04 +0000
(23:36 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index d10d4857722053abf48d9e5133503da4a737663d..4acd0a1fc26166050dd7da6b7cc28884f86ee060 100644
(file)
--- 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.6
5 2002/10/22 23:26:28
alex Exp $
+# $Id: configure.in,v 1.6
6 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"