git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88812
13f79535-47bb-0310-9956-
ffa450edef68
elif ./helpers/TestCompile lib db dbopen; then
DB_VERSION='Berkeley-DB/1.x'
DB_LIB='-ldb'
+ elif TCADDINCL='#include <db.h>' INCLUDES1="$INCLUDES1 -I/usr/include/db1" TLIB="-ldb1" \
+ helpers/TestCompile func dbm_open; then
+ # For Red Hat 7
+ DB_VERSION='Berkeley-DB/1.x'
+ DB_LIB='-ldb1'
+ CFLAGS="$CFLAGS -I/usr/include/db1"
fi
if [ ".$DB_VERSION" != . ]; then
if [ ".$DB_LIB" != . ]; then