diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 1cc348b..680881e 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,7 +1,7 @@ | |||
1 | dnl Initialize autoconf and automake | 1 | dnl Initialize autoconf and automake |
2 | AC_INIT(src/main.cc) | 2 | AC_INIT(src/main.cc) |
3 | AC_PREREQ(2.52) | 3 | AC_PREREQ(2.52) |
4 | AM_INIT_AUTOMAKE(fluxbox,0.9.4, no-define) | 4 | AM_INIT_AUTOMAKE(fluxbox,0.9.5, no-define) |
5 | 5 | ||
6 | dnl Determine default prefix | 6 | dnl Determine default prefix |
7 | test x$prefix = "xNONE" && prefix="$ac_default_prefix" | 7 | test x$prefix = "xNONE" && prefix="$ac_default_prefix" |
@@ -224,7 +224,7 @@ AC_ARG_ENABLE(debug, | |||
224 | [ --enable-debug include verbose debugging code [default=no]], | 224 | [ --enable-debug include verbose debugging code [default=no]], |
225 | if test x$enableval = "xyes"; then | 225 | if test x$enableval = "xyes"; then |
226 | AC_MSG_RESULT([yes]) | 226 | AC_MSG_RESULT([yes]) |
227 | DEBUG="-DDEBUG -fno-inline" | 227 | DEBUG="-DDEBUG" |
228 | else | 228 | else |
229 | AC_MSG_RESULT([no]) | 229 | AC_MSG_RESULT([no]) |
230 | fi, | 230 | fi, |