Skip to content

Commit

Permalink
m4: Remove assignment of otherwise unused variable RESOLVER_LIBS.
Browse files Browse the repository at this point in the history
Found by inspection.

Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
blp committed Dec 5, 2013
1 parent fd2e50c commit c6e02a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/openvswitch.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit c6e02a5

Please sign in to comment.