Ticket #25254: patch-configure.diff

File patch-configure.diff, 655 bytes (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)
  • configure

    old new  
    42284228
    42294229
    42304230##################################### Header files
    4231 INCDIRS="/usr/local/include /usr/include /openpkg/include "
     4231INCDIRS=""
    42324232# The subversion headers do a #include <apr_pools.h>, so the APR libraries
    42334233# *have* to be directly specified.
    42344234# Furthermore there's apr-1/ as directory name, depending on apr version.
     
    43104310$as_echo "$as_me: \"CFLAGS=$CFLAGS\"" >&6;}
    43114311
    43124312##################################### Linker
    4313 LIBDIRS="/usr/local/lib /openpkg/lib"
     4313LIBDIRS=""
    43144314
    43154315
    43164316# Check whether --with-aprlib was given.