]> Dogcows Code - chaz/openbox/blobdiff - configure
fixed a memory leak for resource.titlebar_layout
[chaz/openbox] / configure
index 6c1c5dd78357ada362c659786a0815b430b5306e..4a2aa002901cb084b673d63bcf2ab49c39905fb1 100644 (file)
--- a/configure
+++ b/configure
@@ -1410,7 +1410,7 @@ fi
 
 PACKAGE=openbox
 
-VERSION=0.99.0
+VERSION=1.0.0
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
@@ -3125,7 +3125,9 @@ done
 
 
 
-for ac_header in ctype.h dirent.h fcntl.h libgen.h locale.h nl_types.h process.h signal.h stdarg.h stdio.h time.h unistd.h sys/param.h sys/select.h sys/signal.h sys/stat.h sys/time.h sys/types.h sys/wait.h
+
+
+for ac_header in ctype.h dirent.h fcntl.h libgen.h locale.h nl_types.h process.h signal.h stdarg.h stdio.h string.h stdlib.h time.h unistd.h sys/param.h sys/select.h sys/signal.h sys/stat.h sys/time.h sys/types.h sys/wait.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
This page took 0.020348 seconds and 4 git commands to generate.