diff options
| -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|" \ |
