aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-02-12 23:25:38 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-02-12 23:25:38 +0200
commitb6061d8bf983dd69909a39f1d323934ee3de8166 (patch)
tree8d0959fec88a639dbc99845e6735a51e6ad7cdf3 /configure.ac
parentf2c0bdf60b053c28d6cde7faf1b014e5b7f7deaf (diff)
parentdea37a9bcb88cf1ba65c7ad5c439425352a01f40 (diff)
downloadegawk-b6061d8bf983dd69909a39f1d323934ee3de8166.tar.gz
egawk-b6061d8bf983dd69909a39f1d323934ee3de8166.tar.bz2
egawk-b6061d8bf983dd69909a39f1d323934ee3de8166.zip
Merge branch 'gawk-4.1-stable'
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