23 lines
644 B
Diff
23 lines
644 B
Diff
--- ./src/configure.in.orig 2005-09-21 14:29:21.100503169 +0000
|
|
+++ ./src/configure.in 2005-09-21 14:47:23.236467921 +0000
|
|
@@ -169,7 +169,7 @@
|
|
|
|
dnl GCC warning level
|
|
if test "$GCC" = yes; then
|
|
- CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -ansi"
|
|
+ CFLAGS="$CFLAGS -Wall -Wstrict-prototypes"
|
|
fi
|
|
|
|
dnl If we couldn't find pppd, die
|
|
--- ./src/configure.orig 2005-09-21 14:29:27.210435054 +0000
|
|
+++ ./src/configure 2005-09-21 14:47:33.081751070 +0000
|
|
@@ -5557,7 +5557,7 @@
|
|
fi
|
|
|
|
if test "$GCC" = yes; then
|
|
- CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -ansi"
|
|
+ CFLAGS="$CFLAGS -Wall -Wstrict-prototypes"
|
|
fi
|
|
|
|
if test "$PPPD" = "NOTFOUND"; then
|