summaryrefslogtreecommitdiffhomepage
path: root/configure.in
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2003-06-02 23:18:17 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2003-06-02 23:18:17 +0000
commit4bcc2f99548f09849edd91b742ea9c9ea9cca59e (patch)
tree919f2ad2b91e0ce6c02c8081fb520145858dc56b /configure.in
parent7931eb74a10bcf7eed9a3c99db539cece591ce92 (diff)
downloadmdk-4bcc2f99548f09849edd91b742ea9c9ea9cca59e.tar.gz
mdk-4bcc2f99548f09849edd91b742ea9c9ea9cca59e.tar.bz2
minor changes
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 5 insertions, 3 deletions
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)