summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-01-08 15:50:29 -0500
committerAdam Jackson <ajax@redhat.com>2018-01-16 16:08:28 -0500
commit1274015186a8457c38c3b5dcc9965c62f1d2a7a6 (patch)
tree79e0b6845541b4ee9c8a37acc58e6f46db155e1f /configure.ac
parentc3fbe2bbff19c67179f52b8dcd27b576a958fde7 (diff)
build: Remove <*dbm.h> checks
Formerly used by the rgb database code, which hasn't been a thing in over a decade. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 30b4b383d..512bc9e9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -190,8 +190,6 @@ dnl Find the math libary, then check for cbrt function in it.
AC_CHECK_LIB(m, sqrt)
AC_CHECK_FUNCS([cbrt])
-AC_CHECK_HEADERS([ndbm.h dbm.h rpcsvc/dbm.h])
-
dnl AGPGART headers
AC_CHECK_HEADERS([linux/agpgart.h sys/agpio.h sys/agpgart.h], AGP=yes)
AM_CONDITIONAL(AGP, [test "x$AGP" = xyes])