From 4c36f26e02e8c1df3f0851250526d89fd81d8448 Mon Sep 17 00:00:00 2001 From: delahaye Date: Tue, 28 Nov 2000 14:06:30 +0000 Subject: Un == non reconnu sous alpha git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@999 85f007b7-540e-0410-9357-904b9bb8a0f7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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|" \ -- cgit v1.2.3