From: Ben Pfaff Date: Thu, 5 Dec 2013 17:27:54 +0000 (-0800) Subject: m4: Remove assignment of otherwise unused variable RESOLVER_LIBS. X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=c6e02a5cf282e0849120ce3b56893007af4ef24c m4: Remove assignment of otherwise unused variable RESOLVER_LIBS. Found by inspection. Signed-off-by: Ben Pfaff --- diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4 index 55c48ecc5..e7281add1 100644 --- a/m4/openvswitch.m4 +++ b/m4/openvswitch.m4 @@ -118,7 +118,7 @@ OpenFlow connections over SSL will not be supported. dnl Checks for libraries needed by lib/socket-util.c. AC_DEFUN([OVS_CHECK_SOCKET_LIBS], [AC_CHECK_LIB([socket], [connect]) - AC_SEARCH_LIBS([gethostbyname], [resolv], [RESOLVER_LIBS=-lresolv])]) + AC_SEARCH_LIBS([gethostbyname], [resolv])]) dnl Checks for the directory in which to store the PKI. AC_DEFUN([OVS_CHECK_PKIDIR],