aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-02-13 11:27:11 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-02-13 11:27:11 +0200
commit777dd64615dd9067d16634af3eb08ad36123d7eb (patch)
tree3db4e8d84639c8e6e8d677b6777c0f51dc8a539e /configure
parent4e35a70613a5b5c0a051efb59a52a28048add092 (diff)
parentad2954e3ccd8da60e0d0ce707489071f030cbc59 (diff)
downloadegawk-777dd64615dd9067d16634af3eb08ad36123d7eb.tar.gz
egawk-777dd64615dd9067d16634af3eb08ad36123d7eb.tar.bz2
egawk-777dd64615dd9067d16634af3eb08ad36123d7eb.zip
Merge branch 'master' into wasted-byte
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure b/configure
index 91e8c30a..045e8aab 100755
--- a/configure
+++ b/configure
@@ -5837,11 +5837,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