aboutsummaryrefslogtreecommitdiff
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 19558ab..f90d194 100755
--- a/configure
+++ b/configure
@@ -22,7 +22,7 @@ if [ -z "$ar" ]; then ar="ar"; fi
assign_option() {
set -- "${1#--}" "$2"
set -- "${2:-${1%%=*}}" "${1#*=}"
- eval "$1=$2"
+ eval "$1=\"$2\""
}
assign_toggle() {