aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ml
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ml')
-rw-r--r--configure.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ml b/configure.ml
index d253eecd9..2e7bf1854 100644
--- a/configure.ml
+++ b/configure.ml
@@ -190,7 +190,7 @@ let win_aware_quote_executable str =
else
let _ = if contains_suspicious_characters str then
printf "*Warning* The string %S contains suspicious characters; ocamlfind might fail\n" str in
- str
+ Str.global_replace (Str.regexp "\\\\") "/" str
(** * Date *)