From 562e36364617af474a75ff01a282f71f6d31eb4f Mon Sep 17 00:00:00 2001 From: Rudy Sicard Date: Wed, 31 Oct 2012 13:57:52 +0000 Subject: [PATCH] [fix] windows,configure: remove bslash from OCAMLLIB --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 763822ec..aa83c3d0 100755 --- a/configure +++ b/configure @@ -223,6 +223,7 @@ fi echo-check ocamldir : ${OCAMLLIB:=$($OCAMLOPT -where)} +OCAMLLIB=$(echo "$OCAMLLIB" | sed -e "s/\\\\/\//g") echo-ok $OCAMLLIB export OCAMLLIB