Fix a thinko. Apache's configure.in shouldn't attempt to create APR's

Makefile.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Manoj Kasichainula
1999-11-30 02:40:56 +00:00
parent 23692e4f59
commit ed08c67f3a

View File

@ -88,5 +88,5 @@ AC_SUBST(MPM_LIB)
AC_SUBST(OS)
AC_SUBST(OS_DIR)
AC_OUTPUT([Makefile ap/Makefile main/Makefile lib/apr/Makefile os/Makefile
AC_OUTPUT([Makefile ap/Makefile main/Makefile os/Makefile
$APACHE_OUTPUT_FILES])