diff options
| author | delahaye | 2000-11-28 14:06:30 +0000 |
|---|---|---|
| committer | delahaye | 2000-11-28 14:06:30 +0000 |
| commit | 4c36f26e02e8c1df3f0851250526d89fd81d8448 (patch) | |
| tree | 7fbae14e842e43e671b9be32a78b263050f3d8ce | |
| parent | d6415df7d4fa35f14f418d2e6cd3e0516fcc263c (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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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|" \ |
