summaryrefslogtreecommitdiffstats
path: root/os/config.m4
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-02-17 23:32:30 +0100
committerRyan Bloom <rbb@apache.org>2000-02-17 23:32:30 +0100
commit38f5358de79909aea97887300570a3e9c7adc79d (patch)
treeb3062267097a6855ed7e18470d3183f9a6e56874 /os/config.m4
parentUpdate Windows ap_filedup() call to recognise when it is asked to dup2 (diff)
downloadapache2-38f5358de79909aea97887300570a3e9c7adc79d.tar.xz
apache2-38f5358de79909aea97887300570a3e9c7adc79d.zip
Enable dynamic module support on Linux. This should work on any LIBTOOL
based system, but YMMV. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/config.m4')
-rw-r--r--os/config.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/os/config.m4 b/os/config.m4
index 0c2486c7b4..2e28b975b4 100644
--- a/os/config.m4
+++ b/os/config.m4
@@ -1,6 +1,7 @@
AC_MSG_CHECKING(for target platform)
-PLATFORM=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`
+#PLATFORM=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`
+PLATFORM=`$ac_config_guess`
case "$PLATFORM" in
*beos*)