summaryrefslogtreecommitdiff
path: root/build/apr_hints.m4
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2003-11-20 13:22:40 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2003-11-20 13:22:40 +0000
commitf8d94ab9c536c6061bdfcb283982b09735ec9591 (patch)
tree4a48c2e243c88846e174c0cace7705e2d72d8772 /build/apr_hints.m4
parentf970cefaf267db2dae48b3462e5e1c60752823a7 (diff)
downloadlibapr-f8d94ab9c536c6061bdfcb283982b09735ec9591.tar.gz
* build/apr_hints.m4 (APR_PRELOAD): Fix patterns which
have never worked as copy'n'pasted: double-quote braces. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64776 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/apr_hints.m4')
-rw-r--r--build/apr_hints.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index bb99a998b..b761514b6 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -131,7 +131,7 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
;;
*-freebsd*)
case $host in
- *freebsd[2345]*)
+ *freebsd[[2345]]*)
APR_ADDTO(CFLAGS, [-funsigned-char])
;;
esac
@@ -173,7 +173,7 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
APR_ADDTO(LDFLAGS, [-posix])
APR_ADDTO(LIBS, [-linet])
;;
- *-sco3.2v[234]*)
+ *-sco3.2v[[234]]*)
APR_ADDTO(CPPFLAGS, [-DSCO -D_REENTRANT])
if test "$GCC" = "no"; then
APR_ADDTO(CFLAGS, [-Oacgiltz])
@@ -298,7 +298,7 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
APR_ADDTO(CFLAGS, [-Wc,-pw])
APR_ADDTO(LIBS, [-linet -lc])
;;
- *-sequent-ptx4.[123].*)
+ *-sequent-ptx4.[[123]].*)
APR_ADDTO(CPPFLAGS, [-DSEQUENT=41])
APR_ADDTO(CFLAGS, [-Wc,-pw])
APR_ADDTO(LIBS, [-lc])