Add the ability to build mlogc if it is in the mlogc-src subdir.

This commit is contained in:
brectanus
2008-01-11 17:51:06 +00:00
parent b5033e6e29
commit 0a6ac05590
3 changed files with 52 additions and 26 deletions

View File

@@ -45,7 +45,7 @@ done
if test -n "${with_apr}"; then
APR_CONFIG="${with_apr}/${APR_CONFIG}"
AC_MSG_RESULT([${APR_CONFIG}])
APR_CFLAGS="`${APR_CONFIG} --includes`"
APR_CFLAGS="`${APR_CONFIG} --includes --cppflags`"
APR_LDFLAGS="`${APR_CONFIG} --ldflags`"
APR_LIBS="`${APR_CONFIG} --libs`"
APR_LINK_LD="`${APR_CONFIG} --link-ld`"