mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
Make Apache's configure script run APR's.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84325 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -128,6 +128,3 @@ cd ../..
|
||||
rm config.cache
|
||||
./configure
|
||||
|
||||
cd lib/apr
|
||||
rm config.cache
|
||||
./configure
|
||||
|
@ -21,6 +21,9 @@ test -z "$CFLAGS" && auto_cflags=1
|
||||
dnl Needed for APACHE_MODULE() to work
|
||||
cwd=`pwd`
|
||||
|
||||
dnl ## Run configure for packages Apache uses
|
||||
AC_CONFIG_SUBDIRS(lib/apr)
|
||||
|
||||
dnl ## Check for programs
|
||||
|
||||
AC_PROG_AWK
|
||||
|
Reference in New Issue
Block a user