summaryrefslogtreecommitdiff
path: root/os/config.m4
diff options
context:
space:
mode:
authorJean-Frederic Clere <jfclere@apache.org>2004-10-01 16:03:08 +0000
committerJean-Frederic Clere <jfclere@apache.org>2004-10-01 16:03:08 +0000
commit0f413a829c0e44fe59342150cc2bc946acc68de8 (patch)
tree6ced122ed6c10c507a70c74849934ffbf0816705 /os/config.m4
parent31ca153035a2532ce565de3bbbb4f8febcaf42c3 (diff)
downloadhttpd-0f413a829c0e44fe59342150cc2bc946acc68de8.tar.gz
Move the few BS2000 specific in unixd.c
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105361 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/config.m4')
-rw-r--r--os/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/os/config.m4 b/os/config.m4
index 8dbe925fda..e4757b0891 100644
--- a/os/config.m4
+++ b/os/config.m4
@@ -11,7 +11,7 @@ case $host in
;;
bs2000*)
OS="unix"
- OS_DIR=bs2000 # only the OS_DIR is platform specific.
+ OS_DIR=$OS
;;
*cygwin*)
OS="cygwin"