test: Makes regression test mac friendly

Apache configuration was updated and the configure script is using
an alternative way to discovery the libexecdir.
This commit is contained in:
Felipe Zimmerle
2014-01-17 11:24:53 -08:00
parent 8314791c9e
commit 8804b55cdd
2 changed files with 14 additions and 4 deletions

View File

@@ -618,6 +618,7 @@ VERSION_OK
APXS_PROGNAME="`$APXS -q PROGNAME`"
if test "$verbose_output" -eq 1; then AC_MSG_NOTICE(apxs PROGNAME: $APXS_PROGNAME); fi
APXS_LIBEXECDIR="`$APXS -q LIBEXECDIR`"
if test "xx$APXS_LIBEXECDIR" = "xx"; then APXS_LIBEXECDIR="`$APXS -q LIBDIR`/modules"; fi
if test "$verbose_output" -eq 1; then AC_MSG_NOTICE(apxs LIBEXECDIR: $APXS_LIBEXECDIR); fi
APXS_MODULES=$APXS_LIBEXECDIR
if test "$verbose_output" -eq 1; then AC_MSG_NOTICE(apxs MODULES: $APXS_MODULES); fi