aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index e5ef9ce..170d264 100755
--- a/configure
+++ b/configure
@@ -207,6 +207,7 @@ if [ "${opt_cflags-UNSET}" = "UNSET" ]; then
else
arch_flags=$opt_cflags
fi
+arch_flags=$(echo "$arch_flags" | sed -e 's/,/\\,/g')
if $use_maybe_rpath && [ -n "$maybe_rpath" ]; then
echo >&2 "Adding default RPATH for sqlite."