diff options
author | Ryan Bloom <rbb@apache.org> | 2000-02-17 23:32:30 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-02-17 23:32:30 +0100 |
commit | 38f5358de79909aea97887300570a3e9c7adc79d (patch) | |
tree | b3062267097a6855ed7e18470d3183f9a6e56874 /os/config.m4 | |
parent | Update Windows ap_filedup() call to recognise when it is asked to dup2 (diff) | |
download | apache2-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.m4 | 3 |
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*) |