X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=configure;h=8be548a6c2c2367c839fcbd35d625d48fbee8d6c;hb=ae093dba2fb97124bb4af3eaf4070b46f07dfd74;hp=3e92c13ace79349b780903488d8f28e1d289ecd1;hpb=fba11bf0c628d1d3a71c67d97f300a57d0892f1a;p=chaz%2Fopenbox diff --git a/configure b/configure index 3e92c13a..8be548a6 100644 --- a/configure +++ b/configure @@ -717,7 +717,7 @@ fi PACKAGE=openbox -VERSION=1.1.1 +VERSION=1.3.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } @@ -2737,7 +2737,7 @@ if test "${enable_debug+set}" = set; then enableval="$enable_debug" if test x$enableval = "xyes"; then echo "$ac_t""yes" 1>&6 - DEBUG="-DDEBUG" + DEBUG="-DDEBUG -Wall -W -pedantic" else echo "$ac_t""no" 1>&6 fi