summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-14 19:28:34 +0000
committerDana Jansens <danakj@orodu.net>2002-05-14 19:28:34 +0000
commit1b1efab489353734f0047f97fe5fef7f96d0ee68 (patch)
treec5aef6771f1634f9fe0add5d8f07c71b9358be9d /configure
parentf00ed578baacb73a36227fed1419e9d451ee7bb0 (diff)
compile with -Wall -W -pendantic when --enable-debug is set.
Diffstat (limited to 'configure')
-rw-r--r--configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3e92c13a..334088f8 100644
--- a/configure
+++ b/configure
@@ -717,7 +717,7 @@ fi
PACKAGE=openbox
-VERSION=1.1.1
+VERSION=1.2.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