[libvirt] [PATCH] build: Fix typo which causes build failure

Osier Yang jyang at redhat.com
Thu Sep 13 04:47:22 UTC 2012


Pushed under build-breaker rule.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 690de2a..b5666a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2915,7 +2915,7 @@ if test "$with_linux" = "yes"; then
         fi
     done
     case $libnl_ldd:${LIBNL_CFLAGS+set} in
-        *libnl.so.1*:) ;;
+        *libnl.so.1*) ;;
         *)
         PKG_CHECK_MODULES([LIBNL], [libnl-3.0], [
             have_libnl=yes
-- 
1.7.7.3




More information about the libvir-list mailing list