aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGaëtan Gilbert2017-05-28 12:56:19 +0200
committerGaëtan Gilbert2017-05-28 12:56:19 +0200
commitc53bc951c39b9d4ebcee0128c452fce7c8e4f92f (patch)
tree43b6390d59022fa2582bdd44b971de20db139501 /configure
parent2eb27e56ea4764fa2f2acec6f951eef2642ff1be (diff)
Don't disable deprecation warning for configure.ml
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 79c512f8a0..09585e59ee 100755
--- a/configure
+++ b/configure
@@ -26,7 +26,7 @@ done
## We check that $cmd is ok before the real exec $cmd
-`$cmd -version > /dev/null 2>&1` && exec $cmd -w "-3" $script "$@"
+`$cmd -version > /dev/null 2>&1` && exec $cmd $script "$@"
## If we're still here, something is wrong with $cmd