aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-06-11 18:56:27 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-06-11 18:56:27 +0000
commit8b6f6b1c4b60e74dccd5d8c49bdd433e19d53bf4 (patch)
tree952dca39fb9efb76a56ba569806dfc4383b9aeb1
parent208d6fdbc89938f1cb96b5dadb1e2c616012ae83 (diff)
Coqide now need lablgtk2.14.0
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14188 85f007b7-540e-0410-9357-904b9bb8a0f7
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 87b773f37..d7a86d04d 100755
--- a/configure
+++ b/configure
@@ -630,7 +630,7 @@ else
if [ "$lablgtkdir" = "" ]; then
echo "LablGtk2 not found: CoqIde will not be available."
COQIDE=no
- elif [ -z "`grep -w convert_with_fallback "$lablgtkdir/glib.mli"`" ]; then
+ elif [ -z "`grep -w Windowing "$lablgtkdir/gdk.mli"`" ]; then
echo "LablGtk2 found but too old: CoqIde will not be available."
COQIDE=no;
elif [ "$coqide_spec" = "yes" -a "$COQIDE" = "byte" ]; then