Changeset 773
- Timestamp:
- Feb 1, 2009, 5:02:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r772 r773 116 116 # Apache Portable Runtime (APR) API checks 117 117 APR_FIND_APR(,,1,[1 0]) 118 AS_IF([test "${with_apr+set}" = set], 119 [DISTCHECK_CONFIGURE_FLAGS="$DISTCHECK_CONFIGURE_FLAGS --with-apr=$with_apr"] 120 ) 118 121 if test "$apr_found" = "yes" ; then 119 122 SD_LIBS="`$apr_config --libs` $SD_LIBS" … … 126 129 AC_ARG_WITH(svn, 127 130 [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" 129 133 SD_CPPFLAGS="-I$withval/include $SD_CPPFLAGS"]) 130 134
Note: See TracChangeset
for help on using the changeset viewer.