Author: jim
Date: Mon Aug 31 20:55:09 2009
New Revision: 809743
URL: http://svn.apache.org/viewvc?rev=809743&view=rev
Log:
Ooops... didn't mean that.
Modified:
apr/apr/trunk/configure.in
Modified: apr/apr/trunk/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/trunk/configure.in?rev=809743&r1=809742&r2=809743&view=diff
==============================================================================
--- apr/apr/trunk/configure.in (original)
+++ apr/apr/trunk/configure.in Mon Aug 31 20:55:09 2009
@@ -1636,13 +1636,6 @@
else
AC_ERROR([could not determine the size of off_t])
fi
- #
- case $host in
- *darwin10.0.0)
- if test "$ac_cv_sizeof_long" = "$ac_cv_sizeof_long_long"; then
- off_t_fmt='#define APR_OFF_T_FMT APR_INT64_T_FMT'
- fi ;;
- esac
else
# Fallback on int
off_t_value=apr_int32_t
|