diff configure @ 108:8eb2975c8c1a noffle

[svn] 1.0pre6 merge
author bears
date Tue, 13 Jun 2000 07:44:21 +0100
parents ce8191c38f44
children ffb8a4a91218
line wrap: on
line diff
--- a/configure	Tue Jun 13 07:41:08 2000 +0100
+++ b/configure	Tue Jun 13 07:44:21 2000 +0100
@@ -532,7 +532,7 @@
 
 
 PACKAGE=noffle
-VERSION=1.0pre5develop
+VERSION=1.0pre6develop
 
 
 
@@ -2542,17 +2542,17 @@
 -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion \
 -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes \
 -Wmissing-declarations -Wnested-externs -Winline \
--D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG" 
+-D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG"
 else
 
  
  if test "x$enable_debug" != "xno" && test "x$GCC" = "xyes"; then
   CFLAGS="$CFLAGS \
 -Wall -O2 -g -pedantic -ansi -W -Wtraditional -Wshadow \
--Wcast-qual -Wcast-align -Wwrite-strings \
--Waggregate-return -Wstrict-prototypes -Wmissing-prototypes \
+-Wcast-align -Wwrite-strings \
+-Wstrict-prototypes -Wmissing-prototypes \
 -Wmissing-declarations -Wnested-externs -Winline \
--D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG" 
+-D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG"
  fi
 fi