diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2003-06-02 23:18:17 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2003-06-02 23:18:17 +0000 |
commit | caeb63aaef05abf4caaf50844db6ad24a79e0257 (patch) | |
tree | 7f2906e054f4ac3010c681dc85130402d1a390e3 | |
parent | e8cca384c60f45cc9d592546c5e735855358d860 (diff) | |
download | mdk-caeb63aaef05abf4caaf50844db6ad24a79e0257.tar.gz mdk-caeb63aaef05abf4caaf50844db6ad24a79e0257.tar.bz2 |
minor changes
-rw-r--r-- | configure.in | 8 |
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) |