From 60c7db179643f47e05e67ef9a1e53abd8a9c6d8a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 18 Mar 2013 22:26:36 +0000 Subject: Some more tYpo/cut-and-pasteo fixes for my libnl changes. svn path=/trunk/; revision=48408 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 11798010b6..4f6950aead 100644 --- a/configure.ac +++ b/configure.ac @@ -290,13 +290,13 @@ linux*) # was specified by the user or if the version in question # was requested by the user. # - if test x$libnl_version = "xany" -o x$libnl_Version = "x3"; then + if test x$libnl_version = "xany" -o x$libnl_version = "x3"; then PKG_CHECK_MODULES(LIBNL3, [libnl-route-3.0 >= 3.0 libnl-genl-3.0] >= 3.0, [have_libnl3=yes], [have_libnl3=no]) fi - if test x$libnl_version = "xany" -o x$libnl_Version = "x2"; then + if test x$libnl_version = "xany" -o x$libnl_version = "x2"; then PKG_CHECK_MODULES(LIBNL2, libnl-2.0 >= 2.0, [have_libnl2=yes], [have_libnl2=no]) fi - if test x$libnl_version = "xany" -o x$libnl_Version = "x2"; then + if test x$libnl_version = "xany" -o x$libnl_version = "x1"; then PKG_CHECK_MODULES(LIBNL1, libnl-1 >= 1.0, [have_libnl1=yes], [have_libnl1=no]) fi if (test "${have_libnl3}" = "yes"); then -- cgit v1.2.1