quote AM_CFLAGS
authorChristos Zoulas <christos@zoulas.com>
Wed, 25 Jan 2012 18:05:18 +0000 (13:05 -0500)
committerChristos Zoulas <christos@zoulas.com>
Wed, 25 Jan 2012 18:05:18 +0000 (13:05 -0500)
buildall

index 04899a080744d36c81fcbf491c4568ddb453bd39..9986154d6699591cb7a3c1a6da74955017537b20 100755 (executable)
--- a/buildall
+++ b/buildall
@@ -244,7 +244,7 @@ done
 
 # if AM_CFLAGS was set before, then add it to the configure option
 if test -n "${AM_CFLAGS}"; then
-    extra_cnf_flags="--enable-am-cflags=${AM_CFLAGS}"
+    extra_cnf_flags="--enable-am-cflags=\"${AM_CFLAGS}\""
 else
     :
 fi