diff options
| -rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -251,7 +251,9 @@ case $CAMLC in */ocamlc|*/ocamlc.opt) true;; */) CAMLC=${CAMLC}ocamlc;; *) CAMLC=${CAMLC}/ocamlc;; - esac;; + esac + bytecamlc=$CAMLC + nativecamlc=`dirname $CAMLC`/$nativecamlc;; esac if test ! -f $CAMLC ; then |
