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 7a0a795..d710bc7 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,7 +1,7 @@ | |||
1 | dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 | 1 | dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 |
2 | dnl Initialize autoconf and automake | 2 | dnl Initialize autoconf and automake |
3 | AC_INIT(src/main.cc) | 3 | AC_INIT(src/main.cc) |
4 | AM_INIT_AUTOMAKE(fluxbox,0.1.7-pre,no-define) | 4 | AM_INIT_AUTOMAKE(fluxbox,0.1.7,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" |
@@ -230,7 +230,7 @@ GNOME="" | |||
230 | AC_MSG_CHECKING([whether to have GNOME support]) | 230 | AC_MSG_CHECKING([whether to have GNOME support]) |
231 | AC_ARG_ENABLE( | 231 | AC_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" |