]> granicus.if.org Git - apache/commitdiff
Always include lib/sdbm in INCLUDES (until somebody that can spell
authorJeff Trawick <trawick@apache.org>
Mon, 27 Nov 2000 16:32:45 +0000 (16:32 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 27 Nov 2000 16:32:45 +0000 (16:32 +0000)
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

index 5717c1d0b4453a43ccf4d5d022fd78aa2868285d..9446f602c90e4e5ac03b3308dd56e53a4fa2e93a 100644 (file)
@@ -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"