summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 9dd4489699..7373e6aace 100755
--- a/configure
+++ b/configure
@@ -1862,8 +1862,8 @@ if test -n "$sysroot"; then
add_ldflags --sysroot="$sysroot"
;;
clang)
- add_cppflags -isysroot="$sysroot"
- add_ldflags -isysroot="$sysroot"
+ add_cppflags -isysroot "$sysroot"
+ add_ldflags -isysroot "$sysroot"
;;
esac
fi