cvs commit: modperl-2.0 Changes

2004-04-04 Thread stas
stas2004/04/04 21:38:29 Modified:lib/Apache Build.pm .Changes Log: - Use a better approach to figure out whether we need to strip perl's LargeFilesSource flag, by checking whether libapr was compiled with -D_FILE_OFFSET_BITS=64 or not. Checking for APR_

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-04-04 Thread stas
stas2004/04/04 21:03:38 Modified:lib/Apache Build.pm Log: abstract the code looking for apxs to its own function and call it only once, and not on every apxs query Revision ChangesPath 1.157 +31 -17modperl-2.0/lib/Apache/Build.pm Index: Build.pm =