Mercurial > noffle
comparison configure.in @ 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 | 6f3a55d18659 |
children | ebd9c98bbc7f |
comparison
equal
deleted
inserted
replaced
253:b67a1eaab41a | 254:4c0f54d51591 |
---|---|
131 CFLAGS="$CFLAGS \ | 131 CFLAGS="$CFLAGS \ |
132 -Wall -O2 -g -pedantic -ansi -W -Wtraditional -Wshadow -Wpointer-arith \ | 132 -Wall -O2 -g -pedantic -ansi -W -Wtraditional -Wshadow -Wpointer-arith \ |
133 -Wcast-align -Wwrite-strings \ | 133 -Wcast-align -Wwrite-strings \ |
134 -Wstrict-prototypes -Wmissing-prototypes \ | 134 -Wstrict-prototypes -Wmissing-prototypes \ |
135 -Wmissing-declarations -Wnested-externs -Winline \ | 135 -Wmissing-declarations -Wnested-externs -Winline \ |
136 -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX" | 136 -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG" |
137 else | 137 else |
138 CFLAGS="$CFLAGS -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX" | 138 CFLAGS="$CFLAGS -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG" |
139 fi | 139 fi |
140 | 140 |
141 | 141 |
142 # [ This is adapted from mutt. ] | 142 # [ This is adapted from mutt. ] |
143 AC_ARG_WITH(docdir, | 143 AC_ARG_WITH(docdir, |