Check-in Number:
|
4227 | |
Date: |
2001-Jul-20 12:09:27 (local)
2001-Jul-20 10:09:27 (UTC) |
User: | simons |
Branch: | |
Comment: |
Added the -Wno-long-long flag. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/configure.in 1.1 -> 1.2
--- configure.in 2001/07/20 09:53:37 1.1
+++ configure.in 2001/07/20 10:09:27 1.2
@@ -1,6 +1,6 @@
dnl configure.in -- Process this file with autoconf to produce a configure script.
-AC_INIT(libxds, [$Revision: 1.1 $])
+AC_INIT(libxds, [$Revision: 1.2 $])
dnl Get rid of the lousy -g and -O defaults in CFLAGS.
dnl
@@ -14,7 +14,7 @@
dnl Set special flags for gcc.
dnl
if test "$GCC" = yes; then
- CFLAGS="$CFLAGS -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-align -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs"
+ CFLAGS="$CFLAGS -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-align -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-long-long"
fi
dnl Write results.
|
|