summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2005-09-20 23:12:06 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2005-09-20 23:12:06 +0000
commitcae6a3246f542fe747a2d03e96a53fed77a78e2e (patch)
tree8d33841f3c4df615422e796941b5135d6f8161c1
parent9cb516d82f50dffb38d3688879118729704d89b9 (diff)
downloadmdk-cae6a3246f542fe747a2d03e96a53fed77a78e2e.tar.gz
mdk-cae6a3246f542fe747a2d03e96a53fed77a78e2e.tar.bz2
Provide more info when failing to detect gui libs
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 4e38888..7a21dc8 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
#
-# $Id: configure.in,v 1.38 2005/09/20 20:18:58 jao Exp $
+# $Id: configure.in,v 1.39 2005/09/20 23:12:06 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
@@ -113,7 +113,7 @@ dnl Check for gtk+
if test x$gui = xtrue; then
PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4.0 libglade-2.0 >= 2.0.0 pango >= 1.4,
[LIBS="$LIBS $GTK_LIBS" CFLAGS="$CFLAGS $GTK_CFLAGS"],
- [AC_MSG_WARN(Cannot find GTK+: the GUI shall not be built)
+ [AC_MSG_WARN(Cannot find GTK+/Glade/Pango: the GUI shall not be built)
gui=false])
fi