]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
configure: cleanup libevent integration
authorVincent Bernat <bernat@luffy.cx>
Sat, 19 May 2012 14:27:51 +0000 (16:27 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sat, 19 May 2012 14:27:51 +0000 (16:27 +0200)
configure.ac
m4/libevent.m4

index db7840fe4962db35241173f32863fb3905d5e7ee..138a9de96a9adf699dd53f5e34e42b9854a0acd8 100644 (file)
@@ -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
index f98a4a1e7a6480ec118cd9e715550067c3c08c76..03ed8367e65ebfcee6ffcc0700b4c3669a6a0970 100644 (file)
@@ -3,7 +3,6 @@
 #
 
 AC_DEFUN([lldp_CHECK_LIBEVENT], [
-  LIBEVENT_URL=http://libevent.org/
   _save_LIBS="$LIBS"
   _save_CFLAGS="$CFLAGS"