--- configure.in.orig Sat Oct 3 06:54:17 1998 +++ configure.in Fri May 19 23:58:48 2000 @@ -48,6 +48,7 @@ APXS_ON=1 APXS="$withval" APXS_LDFLAGS="@MYSQL_LFLAGS@ @MYSQL_LIBS@" + APXS_INCLUDE="@MYSQL_INCLUDE@" APACHE_INCLUDE="-I`$APXS -q INCLUDEDIR`" INSTALL_IT="\$(APXS) -i -a -n auth_mysql libauth_mysql.so" CFLAGS_SHLIB=`perl -V:cccdlflags | cut -d\' -f2` @@ -56,6 +57,7 @@ STRONGHOLD= AC_SUBST(APXS) AC_SUBST(APXS_LDFLAGS) + AC_SUBST(APXS_INCLUDE) AC_SUBST(INSTALL_IT) AC_DEFINE(HAVE_AP_COMPAT_H) AC_MSG_RESULT(yes) @@ -237,7 +239,11 @@ AC_SUBST(LDFLAGS_SHLIB) AC_SUBST(LDFLAGS_SHLIB_EXPORT) -if test "$APACHE_VERSION" = "1.2"; then +if test $APXS_ON -eq 1 ; then +cat > .install_notes < .install_notes <> .install_notes <