diff options
author | Brian Havard <bjh@apache.org> | 2001-01-10 02:04:53 +0100 |
---|---|---|
committer | Brian Havard <bjh@apache.org> | 2001-01-10 02:04:53 +0100 |
commit | a345ba4bf400a8f1b646d9e7c242d956ad467e00 (patch) | |
tree | efa8a1fe5d420690317c9e06822baefbb5cb8ace /os/config.m4 | |
parent | This sets an example for this type of module, so let's make sure (diff) | |
download | apache2-a345ba4bf400a8f1b646d9e7c242d956ad467e00.tar.xz apache2-a345ba4bf400a8f1b646d9e7c242d956ad467e00.zip |
Libtool takes care of the lib prefix so get rid of our own workaround.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/config.m4')
-rw-r--r-- | os/config.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/os/config.m4 b/os/config.m4 index 5869401421..7442325d73 100644 --- a/os/config.m4 +++ b/os/config.m4 @@ -2,7 +2,6 @@ AC_MSG_CHECKING(for target platform) #PLATFORM=`${CONFIG_SHELL-/bin/sh} $ac_config_guess` PLATFORM=$host -LIBPRE=lib case "$PLATFORM" in *beos*) @@ -10,7 +9,6 @@ case "$PLATFORM" in OS_DIR=$OS ;; *pc-os2_emx*) - LIBPRE="" OS="os2" OS_DIR=$OS ;; |