aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-03-02 10:34:55 (GMT)
committerfluxgen <fluxgen>2002-03-02 10:34:55 (GMT)
commitd4374f5d25bdd94ad037b178a82a6f4ac2d48556 (patch)
tree102a225023b88b7483feac141946fff1d7b70f56 /configure.in
parent018599a9fe00cb5a9c1af418dcab3e6c8507e37d (diff)
downloadfluxbox-d4374f5d25bdd94ad037b178a82a6f4ac2d48556.zip
fluxbox-d4374f5d25bdd94ad037b178a82a6f4ac2d48556.tar.bz2
update
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"