Changeset 1415 for trunk/configure.ac
- Timestamp:
- Oct 24, 2011, 3:02:52 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1407 r1415 125 125 ) 126 126 if test "$apr_found" = "yes" ; then 127 APR_LIBS="`$apr_config --libs`" 128 apr_link_ld="`$apr_config --link-ld`" 129 for i in $apr_link_ld; do 130 AS_IF([AS_ECHO([$i]) | grep '^-l' > /dev/null],[APR_LIBS="$i $APR_LIBS"], 131 [YAT_LD_ADD_FLAG([LDFLAGS], [$i])]) 132 done 133 YAT_CPP_ADD_FLAG([CPPFLAGS],[`$apr_config --includes --cppflags`]) 134 AC_CHECK_HEADER([apr_allocator.h],,[apr_found="no"]) 127 APR_LIBS="`$apr_config --libs`" 128 apr_link_ld="`$apr_config --link-ld`" 129 for i in $apr_link_ld; do 130 AS_IF([AS_ECHO([$i]) | grep '^-l' > /dev/null], 131 [APR_LIBS="$i $APR_LIBS"], 132 [YAT_LD_ADD_FLAG([LDFLAGS], [$i])]) 133 done 134 YAT_CPP_ADD_FLAG([CPPFLAGS],[`$apr_config --includes --cppflags`]) 135 AC_CHECK_HEADER([apr_allocator.h],,[apr_found="no"]) 135 136 fi 136 137 AC_SUBST([APR_LIBS]) … … 139 140 svn_found="yes" 140 141 AC_ARG_WITH([svn], 141 [AS_HELP_STRING([--with-svn=DIR],[prefix for svn developer files [[PREFIX]]])], 142 [AS_HELP_STRING([--with-svn=DIR], 143 [prefix for svn developer files [[PREFIX]]])], 142 144 [ AS_CASE([$withval], [yes|no], 143 145 [AC_MSG_ERROR([--with-svn requires a directory to be provided])])
Note: See TracChangeset
for help on using the changeset viewer.