aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5eca6a7ffa..de53019b72 100755
--- a/configure
+++ b/configure
@@ -440,7 +440,7 @@ chmod a-w $COQTOP/config/Makefile
# Building the $COQTOP/dev/ocamldebug-v7 file
-if test "$coq_debug_flag" == "-g" ; then
+if test "$coq_debug_flag" = "-g" ; then
rm -f $COQTOP/dev/ocamldebug-v7
sed -e "s|COQTOPDIRECTORY|$COQTOP|" \
-e "s|COQLIBDIRECTORY|$LIBDIR|" \