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
commit32b45f1ec046167b2736853e9e87ed03bd7c3175 (patch)
tree1cdb8f4dc7c2e6e858835293380705c34babd7c4 /configure.in
parentea2d77a00733e7bd16766a825e2d38ba0b2f6ecc (diff)
downloadmdk-32b45f1ec046167b2736853e9e87ed03bd7c3175.tar.gz
mdk-32b45f1ec046167b2736853e9e87ed03bd7c3175.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