Skip to content

Commit efa2a5c

Browse files
author
Brian Havard
committed
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
1 parent 07475e6 commit efa2a5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ case $host in
202202
APR_SETVAR(APACHE_MPM, [beos])
203203
APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
204204
;;
205-
*os2_emx*)
205+
*os2-emx*)
206206
APR_SETVAR(APACHE_MPM, [mpmt_os2])
207207
APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
208208
;;

os/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ case $host in
55
OS="beos"
66
OS_DIR=$OS
77
;;
8-
*pc-os2_emx*)
8+
*pc-os2-emx*)
99
OS="os2"
1010
OS_DIR=$OS
1111
;;

0 commit comments

Comments
 (0)