X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/1e8725cfae4c4bc32cff9635b5fc3845ee1d069c..8c0905acd1e4457c9956d7fa02e88aadc075a56f:/configure.ac diff --git a/configure.ac b/configure.ac index 13d8fe7473..e751dc1a3c 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ for var in CFLAGS CPPFLAGS LDFLAGS; do esac eval val="\$${var}" test x"$val" = x && continue - emacs_config_options="${emacs_config_options}${emacs_config_options:+ }$var=$val" + emacs_config_options="${emacs_config_options}${emacs_config_options:+ }$var=\"$val\"" done AC_CONFIG_HEADER(src/config.h:src/config.in)