summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2007-03-14 15:10:51 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2007-03-14 15:10:51 +0000
commit98ef1767160f4c4240642e41dd73de90fb98909c (patch)
tree1529512997ae8c6ff6ef435849254250720a68b7
parent999d0704f35b5c1eda9578582563687e386d72f5 (diff)
downloadlibapr-util-98ef1767160f4c4240642e41dd73de90fb98909c.tar.gz
fix some strange characters in the code
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@518172 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/apu-conf.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/apu-conf.m4 b/build/apu-conf.m4
index e7102941..0ddec547 100644
--- a/build/apu-conf.m4
+++ b/build/apu-conf.m4
@@ -322,7 +322,7 @@ dnl The iPlanet C SDK 5.0 is as yet untested...
fi
if test "x$apr_cv_ldap_toolkit" = "x"; then
case "$host" in
- *‑ibm‑os390)
+ *-ibm-os390)
AC_EGREP_CPP([IBM], [$lber_h
$ldap_h], [apu_has_ldap_zos="1"
apr_cv_ldap_toolkit="zOS"])