From ed08c67f3af33e1db68954db0644c7a40eb1232f Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Tue, 30 Nov 1999 02:40:56 +0000 Subject: [PATCH] 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 952328afe7..77460e0b6d 100644 --- a/configure.in +++ b/configure.in @@ -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]) -- 2.50.1