From dbf678075c941e4b3a92af260855c32ea7d22301 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 8 Apr 2001 20:35:14 +0000 Subject: gtk test recovered --- configure.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.3