Changeset 773 for trunk/configure.ac


Ignore:
Timestamp:
Feb 1, 2009, 5:02:39 PM (15 years ago)
Author:
Peter Johansson
Message:

fixes #377

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r772 r773  
    116116# Apache Portable Runtime (APR) API checks
    117117APR_FIND_APR(,,1,[1 0])
     118AS_IF([test "${with_apr+set}" = set],
     119    [DISTCHECK_CONFIGURE_FLAGS="$DISTCHECK_CONFIGURE_FLAGS --with-apr=$with_apr"]
     120)
    118121if test "$apr_found" = "yes" ; then
    119122    SD_LIBS="`$apr_config --libs` $SD_LIBS"
     
    126129AC_ARG_WITH(svn,
    127130  [AS_HELP_STRING([--with-svn=DIR],[prefix for svn developer files [[PREFIX]]])],
    128   [ SD_LDFLAGS="-L$withval/lib $SD_LDFLAGS"
     131  [ DISTCHECK_CONFIGURE_FLAGS="$DISTCHECK_CONFIGURE_FLAGS --with-svn=$withval"
     132    SD_LDFLAGS="-L$withval/lib $SD_LDFLAGS"
    129133    SD_CPPFLAGS="-I$withval/include $SD_CPPFLAGS"])
    130134
Note: See TracChangeset for help on using the changeset viewer.