aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 0b2d8cd..7a0a795 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
1dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 1dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1
2dnl Initialize autoconf and automake 2dnl Initialize autoconf and automake
3AC_INIT(src/main.cc) 3AC_INIT(src/main.cc)
4AM_INIT_AUTOMAKE(fluxbox,0.1.6-pre,no-define) 4AM_INIT_AUTOMAKE(fluxbox,0.1.7-pre,no-define)
5 5
6dnl Determine default prefix 6dnl Determine default prefix
7test x$prefix = "xNONE" && prefix="$ac_default_prefix" 7test x$prefix = "xNONE" && prefix="$ac_default_prefix"
@@ -160,7 +160,7 @@ AC_ARG_ENABLE(debug,
160 [ --enable-debug include verbose debugging code [default=no]], 160 [ --enable-debug include verbose debugging code [default=no]],
161 if test x$enableval = "xyes"; then 161 if test x$enableval = "xyes"; then
162 AC_MSG_RESULT([yes]) 162 AC_MSG_RESULT([yes])
163 DEBUG="-DDEBUG -fno-inline" 163 DEBUG="-DDEBUG"
164 else 164 else
165 AC_MSG_RESULT([no]) 165 AC_MSG_RESULT([no])
166 fi, 166 fi,
@@ -277,4 +277,6 @@ nls/sv_SE/Makefile
277nls/tr_TR/Makefile 277nls/tr_TR/Makefile
278nls/it_IT/Makefile 278nls/it_IT/Makefile
279nls/pt_PT/Makefile 279nls/pt_PT/Makefile
280nls/bg_BG/Makefile
281nls/ja_JP/Makefile
280version.h) 282version.h)