summaryrefslogtreecommitdiffhomepage
path: root/configure.in
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-04-08 20:35:14 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-04-08 20:35:14 +0000
commitdbf678075c941e4b3a92af260855c32ea7d22301 (patch)
tree215a2ad3053d7e4df79cd25456ec27008577fb08 /configure.in
parent0886518e3e791d3d8ad7fa622fd4eda9cf44055a (diff)
downloadmdk-dbf678075c941e4b3a92af260855c32ea7d22301.tar.gz
mdk-dbf678075c941e4b3a92af260855c32ea7d22301.tar.bz2
gtk test recovered
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 990af09..34112e9 100644
--- a/configure.in
+++ b/configure.in
@@ -69,12 +69,12 @@ AC_ARG_ENABLE(gui,
esac],[gui=true])
dnl Check for gtk+
-dnl if test x$gui = xtrue; then
-dnl AM_PATH_GTK(1.2.0,
-dnl [LIBS="$LIBS $GTK_LIBS" CFLAGS="$CFLAGS $GTK_CFLAGS"],
-dnl [AC_MSG_WARN(Cannot find GTK+: the GUI shall not be built) gui=false],
-dnl "gmodule" )
-dnl fi
+if test x$gui = xtrue; then
+AM_PATH_GTK(1.2.0,
+[LIBS="$LIBS $GTK_LIBS" CFLAGS="$CFLAGS $GTK_CFLAGS"],
+[AC_MSG_WARN(Cannot find GTK+: the GUI shall not be built) gui=false],
+"gmodule" )
+fi
dnl Check for libglade
if test x$gui = xtrue; then