blob: d1e0320320cc982173a6af2c017f75d9b787f240 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- a/configure.ac
+++ b/configure.ac
@@ -365,9 +365,6 @@ CPPFLAGS="${nfsutils_save_CPPFLAGS}"
AC_CHECK_HEADER(uuid/uuid.h, ,
AC_MSG_ERROR([Cannot find needed header file uuid/uuid.h. Install libuuid-devel]))
-dnl check for libevent libraries and headers
-AC_LIBEVENT
-
dnl Check for sqlite3
AC_SQLITE3_VERS
@@ -447,9 +444,6 @@ if test "$enable_gss" = yes; then
dnl 'gss' requires getnameinfo - at least for gssd_proc.c
AC_CHECK_FUNC([getnameinfo], , [AC_MSG_ERROR([GSSAPI support requires 'getnameinfo' function])])
- dnl check for libevent libraries and headers
- AC_LIBEVENT
-
dnl Check for Kerberos V5
AC_KERBEROS_V5
|