aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPierre Letouzey2017-02-04 19:22:11 +0100
committerHugo Herbelin2017-06-04 16:43:10 +0200
commit565d6c5f2fc89cab3b119308fbe2c0edeff033ce (patch)
treedd8186e9c325a5201c41e3c35ae8a253f0c64094 /configure
parentce1e1dba837ad6e2c79ff7e531b5e3adea3cd327 (diff)
configure: avoid deprecated warnings
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 09585e59ee..79c512f8a0 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 $script "$@"
+`$cmd -version > /dev/null 2>&1` && exec $cmd -w "-3" $script "$@"
## If we're still here, something is wrong with $cmd