aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-02-13 11:26:28 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-02-13 11:26:28 +0200
commit64c5b3da1b7ebe73fcfb4edd9450382ccf1159fb (patch)
treef417bac72172c7e59ede42c71e42730d2601a26d /configure.ac
parent378e213c953d6482ae4d92a69b526cdeaef1f26f (diff)
parentad2954e3ccd8da60e0d0ce707489071f030cbc59 (diff)
downloadegawk-64c5b3da1b7ebe73fcfb4edd9450382ccf1159fb.tar.gz
egawk-64c5b3da1b7ebe73fcfb4edd9450382ccf1159fb.tar.bz2
egawk-64c5b3da1b7ebe73fcfb4edd9450382ccf1159fb.zip
Merge branch 'master' into non-fatal-io-2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 548a3ce3..008c2780 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,11 +88,7 @@ if test -f $srcdir/.developing
then
# add other debug flags as appropriate, save GAWKDEBUG for emergencies
CFLAGS="$CFLAGS -DARRAYDEBUG -DYYDEBUG -DLOCALEDEBUG"
- if grep dbug $srcdir/.developing
- then
- CFLAGS="$CFLAGS -DDBUG"
- LIBS="$LIBS dbug/libdbug.a"
- fi
+
# turn on compiler warnings if we're doing development
# enable debugging using macros also
if test "$GCC" = yes