From 4bcc2f99548f09849edd91b742ea9c9ea9cca59e Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 2 Jun 2003 23:18:17 +0000 Subject: minor changes --- configure.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 462ed82..175f899 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ -# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. # -# $Id: configure.in,v 1.26 2002/12/08 03:47:01 jao Exp $ +# $Id: configure.in,v 1.27 2003/06/02 23:18:17 jao Exp $ # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -89,9 +89,10 @@ fi AM_CONDITIONAL(MAKE_GUILE, test x$wguile = xtrue) dnl Check for glib +dnl AM_PATH_GLIB_2_0(2.0.0, AM_PATH_GLIB(1.2.0, [LIBS="$LIBS $GLIB_LIBS" CFLAGS="$CFLAGS $GLIB_CFLAGS"], - AC_MSG_ERROR(Cannot find GLIB), "gmodule" ) + AC_MSG_ERROR(Cannot find GLIB), "gmodule" ) dnl Check if the gtk gui is required AC_ARG_ENABLE(gui, @@ -104,6 +105,7 @@ esac],[gui=true]) dnl Check for gtk+ if test x$gui = xtrue; then +dnl AM_PATH_GTK_2_0(2.0.0, 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) -- cgit v1.2.3