mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
build: Fix typo which causes build failure
Pushed under build-breaker rule.
This commit is contained in:
parent
9298bfbcb4
commit
51b708c63e
@ -2915,7 +2915,7 @@ if test "$with_linux" = "yes"; then
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
case $libnl_ldd:${LIBNL_CFLAGS+set} in
|
case $libnl_ldd:${LIBNL_CFLAGS+set} in
|
||||||
*libnl.so.1*:) ;;
|
*libnl.so.1*) ;;
|
||||||
*)
|
*)
|
||||||
PKG_CHECK_MODULES([LIBNL], [libnl-3.0], [
|
PKG_CHECK_MODULES([LIBNL], [libnl-3.0], [
|
||||||
have_libnl=yes
|
have_libnl=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user