From 6875989c96e26b908e64bf98c80ab34da51ba5c9 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 27 Nov 2000 16:32:45 +0000 Subject: [PATCH] Always include lib/sdbm in INCLUDES (until somebody that can spell lbi/aputil teaches the configure to be a little smarter). This lets apu_dbm compile, which in turns lets us build httpd again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87089 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index 5717c1d0b4..9446f602c9 100644 --- a/configure.in +++ b/configure.in @@ -175,6 +175,9 @@ if test "$apache_need_sdbm" = "yes"; then AP_LIB_DIRS="$AP_LIB_DIRS sdbm" AP_LIBS="$AP_LIBS lib/sdbm/libsdbm.la" INCLUDES="$INCLUDES -I\$(top_srcdir)/lib/sdbm" +else + echo "Adding sdbm to the include list anyway until aputil configuration works..." + INCLUDES="$INCLUDES -I\$(top_srcdir)/lib/sdbm" fi if test "$apache_need_expat" = "yes"; then AP_LIB_DIRS="$AP_LIB_DIRS expat-lite" -- 2.40.0