From 00ad45e1a9e8b8ccdb5efc10ec07698d9abb0832 Mon Sep 17 00:00:00 2001 From: filliatr Date: Thu, 22 May 2003 07:49:24 +0000 Subject: compat windows git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4057 85f007b7-540e-0410-9357-904b9bb8a0f7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index ac10d77729..b9403a4013 100755 --- a/configure +++ b/configure @@ -317,7 +317,7 @@ esac # lablgtk2 and CoqIDE -if test $coqide_spec == "no"; then +if [ "$coqide_spec" = "no" ] ; then if test -x ${CAMLLIB}/lablgtk2; then if grep -q -w convert_with_fallback ${CAMLLIB}/lablgtk2/glib.mli; then COQIDE=byte; -- cgit v1.2.3