aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-02-12 23:24:48 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-02-12 23:24:48 +0200
commitdea37a9bcb88cf1ba65c7ad5c439425352a01f40 (patch)
treec0d9d1ca34bb03f2657ec3b104d4c335706242d6 /configure.ac
parent7620bc316c7e5bfd18f19c8e2fb09637d9eb8dee (diff)
downloadegawk-dea37a9bcb88cf1ba65c7ad5c439425352a01f40.tar.gz
egawk-dea37a9bcb88cf1ba65c7ad5c439425352a01f40.tar.bz2
egawk-dea37a9bcb88cf1ba65c7ad5c439425352a01f40.zip
Remove check for dbug library in configure.ac.
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 1df240c7..f6322bf2 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