Updated regression suite to use full path to LoadModule.

This commit is contained in:
brectanus
2008-08-08 22:50:47 +00:00
parent 10713fbd37
commit 5f648db898
4 changed files with 15 additions and 6 deletions

View File

@@ -129,6 +129,7 @@ VERSION_OK
APXS_BINDIR="`$APXS -q BINDIR`"
APXS_SBINDIR="`$APXS -q SBINDIR`"
APXS_PROGNAME="`$APXS -q PROGNAME`"
APXS_LIBEXECDIR="`$APXS -q LIBEXECDIR`"
if test "$APXS_SBINDIR" = "/"; then
APXS_HTTPD="$APXS_SBINDIR/$APXS_PROGNAME"
else
@@ -313,6 +314,7 @@ AC_SUBST(APXS_LIBDIR)
AC_SUBST(APXS_BINDIR)
AC_SUBST(APXS_SBINDIR)
AC_SUBST(APXS_PROGNAME)
AC_SUBST(APXS_LIBEXECDIR)
AC_SUBST(APXS_HTTPD)
CHECK_PCRE()