summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 74e83aacbd..e724c9cf78 100755
--- a/configure
+++ b/configure
@@ -799,7 +799,7 @@ for ac_option do
;;
--extra-cflags=*)
- _extra_cflags=-`echo $ac_option | cut -d '=' -f 2`
+ _extra_cflags=`echo $ac_option | cut -d '=' -f 2`
;;
--extra-libs=*)
_extra_libs=`echo $ac_option | cut -d '=' -f 2`