Commit 5211261b authored by Jeff Trawick's avatar Jeff Trawick
Browse files

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
parent 15777eb9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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"