Remove checks for evhttp.h and libevent_extra

We're using our internal copy of evhttp anyway, so there's no point in keeping
the checks. We're not likely to switch back to the stock evhttp anytime soon.
This commit is contained in:
Julien BLACHE 2010-09-12 18:46:38 +02:00
parent b78b90ad0e
commit 90b13b1855
1 changed files with 0 additions and 5 deletions

View File

@ -131,11 +131,6 @@ PKG_CHECK_MODULES(MINIXML, [ mxml ])
AC_CHECK_HEADER(event.h, , AC_MSG_ERROR([event.h not found])) AC_CHECK_HEADER(event.h, , AC_MSG_ERROR([event.h not found]))
AC_CHECK_LIB([event_core], [event_init], [LIBEVENT_LIBS="-levent_core"], AC_MSG_ERROR([libevent not found])) AC_CHECK_LIB([event_core], [event_init], [LIBEVENT_LIBS="-levent_core"], AC_MSG_ERROR([libevent not found]))
AC_CHECK_HEADER(evhttp.h, , AC_MSG_ERROR([evhttp.h not found]))
dnl save_LIBS="$LIBS"
dnl LIBS=-levent_core
dnl AC_CHECK_LIB([event_extra], [evhttp_new], [LIBEVENT_LIBS="$LIBEVENT_LIBS -levent_extra"], AC_MSG_ERROR([libevent not found]))
dnl LIBS="$save_LIBS"
AC_SUBST(LIBEVENT_LIBS) AC_SUBST(LIBEVENT_LIBS)
AC_CHECK_HEADER(avl.h, , AC_MSG_ERROR([avl.h not found])) AC_CHECK_HEADER(avl.h, , AC_MSG_ERROR([avl.h not found]))