summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 427566bfb6..f01bf95d02 100755
--- a/configure
+++ b/configure
@@ -797,10 +797,10 @@ 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-ldflags=*)
- extra_ldflags=`echo $ac_option | cut -d '=' -f 2`
+ extra_ldflags=`echo $ac_option | cut -d '=' -f 2-`
;;
--extra-libs=*)
extra_libs=`echo $ac_option | cut -d '=' -f 2`