From c461e5dac8cd4cd7574937976303d0f877c20e68 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 19 May 2012 16:27:51 +0200 Subject: [PATCH] configure: cleanup libevent integration --- configure.ac | 2 +- m4/libevent.m4 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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" -- 2.39.5