summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cc6d44a8..250cb772 100755
--- a/configure
+++ b/configure
@@ -225,7 +225,7 @@ while [ $# -gt 0 ] ; do
exit 1
fi
- eval "$var='$val'"
+ eval "$var='$(printf "%s" "$val" | sed -e "s/'/'\\\\''/g")'"
eval "var_given_exists=\${${var}_given+y}"