summaryrefslogtreecommitdiff
path: root/hints.m4
diff options
context:
space:
mode:
authorbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2000-06-03 15:56:00 +0000
committerbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2000-06-03 15:56:00 +0000
commitf190ae6437bc1f4548af748ba46010f4276fdfe4 (patch)
tree667b4ca5a81f9b24180e1fc469c22e621a3b2c4a /hints.m4
parentc7c34f8ad197eff3a8aaac64dc6839deea052600 (diff)
downloadlibapr-f190ae6437bc1f4548af748ba46010f4276fdfe4.tar.gz
Fix up configure hints for OS/2:
- config.guess returns "i386-pc-os2_emx" so test for that. It's uname that returns "OS/2" - CFLAGS, LDFLAGS & LIBS are set just fine by configure without any hints so remove them. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60139 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'hints.m4')
-rw-r--r--hints.m45
1 files changed, 1 insertions, 4 deletions
diff --git a/hints.m4 b/hints.m4
index 52b7a6763..8719c8eec 100644
--- a/hints.m4
+++ b/hints.m4
@@ -107,10 +107,7 @@ case "$PLAT" in
*-dg-dgux*)
APR_SETIFNULL(CFLAGS, [-DDGUX])
;;
- *OS/2*)
- APR_SETIFNULL(CFLAGS, [-DOS2 -DTCPIPV4 -g -Zmt])
- APR_SETIFNULL(LDFLAGS, [-Zexe -Zmtd -Zsysv-signals -Zbin-files])
- APR_SETIFNULL(LIBS, [-lsocket -lufc -lbsd])
+ *os2_emx*)
APR_SETIFNULL(SHELL, [sh])
APR_SETIFNULL(file_as_socket, [0])
;;