Changeset 679 for trunk/configure.ac


Ignore:
Timestamp:
Aug 2, 2008, 9:20:16 PM (15 years ago)
Author:
Peter Johansson
Message:

closes #320 - we are no longer using libtool and therefore no reason to use apr-config option --link-libtool. OTOH since we are not using libtool I added a a line to catch libs needed for apr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r675 r679  
    107107APR_FIND_APR(,,1,[1 0])
    108108if test "$apr_found" = "yes" ; then
     109    SD_LIBS="`$apr_config --libs` $SD_LIBS"
    109110    SD_LDFLAGS="`$apr_config --link-ld` $SD_LDFLAGS"
    110111    SD_CPPFLAGS="`$apr_config --includes --cppflags` $SD_CPPFLAGS"
Note: See TracChangeset for help on using the changeset viewer.