X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=acinclude.m4;fp=acinclude.m4;h=7646717df7968241ae4935c9cc528ce4af34a74d;hp=867740385b38ec03fa3402becf7dacdc5e5cca16;hb=e522833716b528c5c704dd8a858b6ebbb299f106;hpb=59c5bff8d9aef402c868519d13398ba4eb2dddb7 diff --git a/acinclude.m4 b/acinclude.m4 index 8677403..7646717 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -65,6 +65,12 @@ AC_DEFUN(APR_FIND_APR, [ elif $TEST_X "$withval/apr-config"; then apr_found="yes" apr_config="$withval/apr-config" + elif $TEST_X "$withval/bin/apr-1-config"; then + apr_found="yes" + apr_config="$withval/bin/apr-1-config" + elif $TEST_X "$withval/apr-1-config"; then + apr_found="yes" + apr_config="$withval/apr-1-config" elif $TEST_X "$withval" && $withval --help > /dev/null 2>&1 ; then apr_found="yes" apr_config="$withval"