aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelahaye2000-11-28 14:06:30 +0000
committerdelahaye2000-11-28 14:06:30 +0000
commit4c36f26e02e8c1df3f0851250526d89fd81d8448 (patch)
tree7fbae14e842e43e671b9be32a78b263050f3d8ce
parentd6415df7d4fa35f14f418d2e6cd3e0516fcc263c (diff)
Un == non reconnu sous alpha
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@999 85f007b7-540e-0410-9357-904b9bb8a0f7
-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|" \