summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5e4dc02eddb1..5597a9d6f198 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5035,7 +5035,7 @@ if test "$enable_split_debug" != no; then
fi
if test -n "$use_split_debug"; then
if test "$_os" = "Emscripten"; then
- TEST_CC_FLAG=-gsplit-dwarf -gpubnames
+ TEST_CC_FLAG='-gsplit-dwarf -gpubnames'
else
TEST_CC_FLAG=-gsplit-dwarf
fi