From: Vincent Bernat Date: Sat, 19 May 2012 14:27:51 +0000 (+0200) Subject: configure: cleanup libevent integration X-Git-Tag: 0.6.1~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c461e5dac8cd4cd7574937976303d0f877c20e68;p=thirdparty%2Flldpd.git configure: cleanup libevent integration --- diff --git a/configure.ac b/configure.ac index db7840fe..138a9de9 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ AC_CACHE_SAVE PKG_CHECK_MODULES([CHECK], [check >= 0.9.4], [have_check=yes], [have_check=no]) # Libevent -lldp_CHECK_LIBEVENT([$with_libevent]) +lldp_CHECK_LIBEVENT ####################### ### Options diff --git a/m4/libevent.m4 b/m4/libevent.m4 index f98a4a1e..03ed8367 100644 --- a/m4/libevent.m4 +++ b/m4/libevent.m4 @@ -3,7 +3,6 @@ # AC_DEFUN([lldp_CHECK_LIBEVENT], [ - LIBEVENT_URL=http://libevent.org/ _save_LIBS="$LIBS" _save_CFLAGS="$CFLAGS"