summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-03-29 18:23:37 +0000
committerJeff Trawick <trawick@apache.org>2011-03-29 18:23:37 +0000
commit448726d90c946f6ad65853c43a8f7aa3b6d32333 (patch)
tree0d230457b0dae6e4a60d872286c534b9d3afe827 /configure.in
parent1abc2f5f8b96f98f0687c84455649e069ed992cf (diff)
downloadapr-448726d90c946f6ad65853c43a8f7aa3b6d32333.tar.gz
axe some commented-out mingw logic
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1086666 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in
index 0db0f5ac5..0f884e8fc 100644
--- a/configure.in
+++ b/configure.in
@@ -679,8 +679,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)
@@ -1599,8 +1597,6 @@ case $host in
size_t_fmt="lu"
;;
*-mingw*)
-dnl int64_literal='#define APR_INT64_C(val) (val##i64)'
-dnl uint64_literal='#define APR_UINT64_C(val) (val##Ui64)'
int64_t_fmt='#define APR_INT64_T_FMT "I64d"'
uint64_t_fmt='#define APR_UINT64_T_FMT "I64u"'
uint64_t_hex_fmt='#define APR_UINT64_T_HEX_FMT "I64x"'
@@ -2742,15 +2738,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*)
-dnl XXX 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.