# HG changeset patch # User bears # Date 1025097296 -3600 # Node ID 4c0f54d51591bec589ffbd799ee7e99e2d4c7be5 # Parent b67a1eaab41a8de2baae5b0d7c5e7db8eee6e21b [svn] * configure,configure.in: Add -DDEBUG to build lines when configured with enable-debug. diff -r b67a1eaab41a -r 4c0f54d51591 configure --- 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 diff -r b67a1eaab41a -r 4c0f54d51591 configure.in --- 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