From 9c7f058103271c7ade187a0367d9e30bbc82937b Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Tue, 5 Dec 2000 01:22:05 +0000 Subject: [PATCH] Get the support programs building properly. Httpd itself is next. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87191 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 2 +- support/Makefile.in | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 6e9b76fecb..5a321d1337 100644 --- a/configure.in +++ b/configure.in @@ -175,7 +175,7 @@ apache_need_expat=yes dnl AP_LIB_DIRS specifies the additional libs from srclib/ that we need dnl AP_LIBS specifies the actual libraries. note we have some required libs. -AP_LIBS="srclib/pcre/libpcre.la" +AP_LIBS="srclib/pcre/libpcre.la srclib/apr-util/.libs/libaprutil.la" if test "$apache_need_sdbm" = "yes"; then AP_LIB_DIRS="$AP_LIB_DIRS sdbm" diff --git a/support/Makefile.in b/support/Makefile.in index 1160f73b70..e884fb4867 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -3,7 +3,8 @@ PROGRAMS = htpasswd htdigest rotatelogs logresolve ab targets = $(PROGRAMS) PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) -PROGRAM_DEPENDENCIES = ../srclib/apr/$(LIBPRE)apr.a +PROGRAM_DEPENDENCIES = ../srclib/apr/$(LIBPRE)apr.a \ + ../srclib/apr-util/.libs/libaprutil.a include $(top_srcdir)/build/rules.mk -- 2.50.1