diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c7f51b672..ba45c060c 100644 --- a/configure.in +++ b/configure.in @@ -710,7 +710,7 @@ if test "x$ca" = "xno"; then dnl let's not keep "no" as path name, blank it instead ca="" else - AC_DEFINE_UNQUOTED(CURL_CA_BUNDLE, $ca, [CA bundle full path name]) + AC_DEFINE_UNQUOTED(CURL_CA_BUNDLE, "$ca", [CA bundle full path name]) fi CURL_CA_BUNDLE="$ca" |