Ticket #25254: patch-configure.diff
File patch-configure.diff, 655 bytes (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
configure
old new 4228 4228 4229 4229 4230 4230 ##################################### Header files 4231 INCDIRS=" /usr/local/include /usr/include /openpkg/include"4231 INCDIRS="" 4232 4232 # The subversion headers do a #include <apr_pools.h>, so the APR libraries 4233 4233 # *have* to be directly specified. 4234 4234 # Furthermore there's apr-1/ as directory name, depending on apr version. … … 4310 4310 $as_echo "$as_me: \"CFLAGS=$CFLAGS\"" >&6;} 4311 4311 4312 4312 ##################################### Linker 4313 LIBDIRS=" /usr/local/lib /openpkg/lib"4313 LIBDIRS="" 4314 4314 4315 4315 4316 4316 # Check whether --with-aprlib was given.