aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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;