Skip to content

Commit

Permalink
Removed -D_FILE_OFFSET_BITS=64
Browse files Browse the repository at this point in the history
-D_FILE_OFFSET_BITS=64 causes ap_get_module_config returns NULL on RHEL5
and CentOS5
  • Loading branch information
spiritloose committed Oct 17, 2009
1 parent 05f22d9 commit 59b444b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -40,7 +40,7 @@ if test "$PERL" = no; then
fi
AC_SUBST(PERL)

PERL_CCOPTS=`$PERL -MExtUtils::Embed -e ccopts`
PERL_CCOPTS=`$PERL -MExtUtils::Embed -e ccopts | sed -e 's/-D_FILE_OFFSET_BITS=64//'`
PERL_LDOPTS=`$PERL -MExtUtils::Embed -e ldopts`
AC_SUBST(PERL_CCOPTS)
AC_SUBST(PERL_LDOPTS)
Expand Down

0 comments on commit 59b444b

Please sign in to comment.