summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-03-29 20:13:37 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-03-29 20:13:37 +0000
commit477cc030ea0701738426d0386f2425886392812d (patch)
tree55ee4b2e39c55ae4b3f08891e21a0e832e5ce697 /configure.in
parent149a513d623df42e123af9195ff890eee824bb08 (diff)
downloadlibapr-477cc030ea0701738426d0386f2425886392812d.tar.gz
from trunk:
r892122 (subset) comment out the whacking of apr_private.h for mingw r1086666 axe that and some other commented-out mingw logic git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1086714 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in b/configure.in
index 3083728e8..d0fc058bd 100644
--- a/configure.in
+++ b/configure.in
@@ -669,8 +669,6 @@ dnl without the extra " " in that case, but they didn't do that. So, we
dnl end up LIBS="-lm -lcrypt -lnsl -ldl" which is an annoyance.
case $host in
*mingw*)
- dnl APR_ADDTO(LIBS,[-lmsvcrt --lshell32 -ladvapi32 -lws2_32])
-
AC_CHECK_LIB(msvcrt, getpid)
APR_CHECK_DLL_FUNC(kernel32, SetErrorMode@4)
APR_CHECK_DLL_FUNC(advapi32, GetSecurityInfo@32)
@@ -2785,15 +2783,6 @@ for i in $APR_SAVE_HEADERS; do
rm -f $i.save
done
chmod +x apr-$APR_MAJOR_VERSION-config
-# for mingw builds, we currently won't allow the unix apr_private.h to exist.
-# instead, we will rely on the manually-crafted win32 apr_private.h instead.
-case $APR_PLATFORM in
- *-mingw*)
- rm include/arch/unix/apr_private.h
- ;;
- *)
- ;;
-esac
],[
dnl This section is expanded by configure UNQUOTED so variable
dnl references must be backslash-escaped as necessary.