Mercurial > noffle
changeset 254:4c0f54d51591 noffle
[svn] * configure,configure.in: Add -DDEBUG to build lines when configured
  with enable-debug.
| author | bears | 
|---|---|
| date | Wed, 26 Jun 2002 14:14:56 +0100 | 
| parents | b67a1eaab41a | 
| children | 52f467c7213b | 
| files | configure configure.in | 
| diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] | 
line wrap: on
 line diff
--- a/configure Wed Jun 26 14:14:26 2002 +0100 +++ b/configure Wed Jun 26 14:14:56 2002 +0100 @@ -535,7 +535,7 @@ PACKAGE=noffle -VERSION=1.1.1 +VERSION=1.1.2 @@ -2540,9 +2540,9 @@ -Wcast-align -Wwrite-strings \ -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations -Wnested-externs -Winline \ --D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX" +-D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG" else - CFLAGS="$CFLAGS -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX" + CFLAGS="$CFLAGS -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG" fi
--- a/configure.in Wed Jun 26 14:14:26 2002 +0100 +++ b/configure.in Wed Jun 26 14:14:56 2002 +0100 @@ -133,9 +133,9 @@ -Wcast-align -Wwrite-strings \ -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations -Wnested-externs -Winline \ --D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX" +-D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG" else - CFLAGS="$CFLAGS -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX" + CFLAGS="$CFLAGS -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG" fi
