summaryrefslogtreecommitdiff
path: root/build/apr_hints.m4
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-02-18 10:39:09 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-02-18 10:39:09 +0000
commit86975159f52ff03f40cfb40f860f6c5166a0c62a (patch)
tree10508af9f24d3fd064eb4ea9459a34480f5e5841 /build/apr_hints.m4
parent71f454bdf922568464ea18bbedccecc7075d713b (diff)
downloadlibapr-86975159f52ff03f40cfb40f860f6c5166a0c62a.tar.gz
Revert to using i386-pc-os2-emx on OS/2 rather than non-standard
...-os2_emx; entirely untested: * configure.in, build/apr_hints.m4: Match OS/2 by "*-os2*". * build/config.sub, build/config.guess: Remove customisations for *-os2. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64911 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/apr_hints.m4')
-rw-r--r--build/apr_hints.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index e124ca18c..30fce1616 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -70,7 +70,7 @@ if test "x$apr_preload_done" != "xyes" ; then
*-dg-dgux*)
APR_ADDTO(CPPFLAGS, [-DDGUX])
;;
- *os2_emx*)
+ *-os2*)
APR_SETVAR(SHELL, [sh])
APR_SETIFNULL(apr_gethostbyname_is_thread_safe, [yes])
APR_SETIFNULL(apr_gethostbyaddr_is_thread_safe, [yes])