summaryrefslogtreecommitdiff
path: root/os/config.m4
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2001-07-10 02:35:24 +0000
committerRoy T. Fielding <fielding@apache.org>2001-07-10 02:35:24 +0000
commit0adcad8b86cb5838d58dd5a2be46daa25ab7363a (patch)
treee8868023877ebaaa840b8f2dcfb687316b98f2ab /os/config.m4
parent6d821dd1a72bd93d4281ec0a51e30747a61a745d (diff)
downloadhttpd-0adcad8b86cb5838d58dd5a2be46daa25ab7363a.tar.gz
Use the autoconf variable "host" consistently for platform checks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89527 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/config.m4')
-rw-r--r--os/config.m45
1 files changed, 1 insertions, 4 deletions
diff --git a/os/config.m4 b/os/config.m4
index 7442325d73..669c0bd67a 100644
--- a/os/config.m4
+++ b/os/config.m4
@@ -1,9 +1,6 @@
AC_MSG_CHECKING(for target platform)
-#PLATFORM=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`
-PLATFORM=$host
-
-case "$PLATFORM" in
+case $host in
*beos*)
OS="beos"
OS_DIR=$OS