aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 7a0a795..d710bc7 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.7-pre,no-define) 4AM_INIT_AUTOMAKE(fluxbox,0.1.7,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"
@@ -230,7 +230,7 @@ GNOME=""
230AC_MSG_CHECKING([whether to have GNOME support]) 230AC_MSG_CHECKING([whether to have GNOME support])
231AC_ARG_ENABLE( 231AC_ARG_ENABLE(
232 gnome, 232 gnome,
233[ --enable-gnome GNOME support [default=no] (DEVELOPMENT)], 233[ --enable-gnome GNOME support [default=no]],
234 if test x$enableval = "xyes"; then 234 if test x$enableval = "xyes"; then
235 AC_MSG_RESULT([yes]) 235 AC_MSG_RESULT([yes])
236 GNOME="-DGNOME" 236 GNOME="-DGNOME"