summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-11-07 22:36:38 +0000
committerNoah Slater <nslater@apache.org>2008-11-07 22:36:38 +0000
commit51f186c86a46fcbd7815b09367df8e22b9b1bbb2 (patch)
treee398f1e0008b9cfbaa423a06eb584963e07c8498
parent1a4727855047d5496ffdbdae7e7da41c99e355c8 (diff)
added M4 quoting around value
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@712295 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e3b1b454..9004a28e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,9 +104,9 @@ AC_SUBST(ICU_CONFIG)
AC_SUBST(ICU_LOCAL_CFLAGS)
AC_SUBST(ICU_LOCAL_LDFLAGS)
-AC_CHECK_CURL(7.15.5)
-AC_SUBST(CURL_CFLAGS)
-AC_SUBST(CURL_LIBS)
+AC_CHECK_CURL([7.15.5])
+AC_SUBST(CURL_CFLAGS)
+AC_SUBST(CURL_LIBS)
case "$(uname -s)" in
Linux)