summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2004-12-21 13:52:17 +0100
committerBrian Havard <bjh@apache.org>2004-12-21 13:52:17 +0100
commit8b62fcf936d8e5ebc54b3efebc611b748a742bb0 (patch)
tree858574ba7cdf0ef0c48f3f0d044b4534025c8578 /configure.in
parentupdate transformation (diff)
downloadapache2-8b62fcf936d8e5ebc54b3efebc611b748a742bb0.tar.xz
apache2-8b62fcf936d8e5ebc54b3efebc611b748a742bb0.zip
The current config.guess in APR outputs i386-pc-os2-emx on OS/2 rather than
i386-pc-os2_emx (dash instead of underscore), adjust the tests to match. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122967 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 84b53d05b7..12a53b6be2 100644
--- a/configure.in
+++ b/configure.in
@@ -202,7 +202,7 @@ case $host in
APR_SETVAR(APACHE_MPM, [beos])
APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
;;
- *os2_emx*)
+ *os2-emx*)
APR_SETVAR(APACHE_MPM, [mpmt_os2])
APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
;;