mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03: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
|
||||
done
|
||||
case $libnl_ldd:${LIBNL_CFLAGS+set} in
|
||||
*libnl.so.1*:) ;;
|
||||
*libnl.so.1*) ;;
|
||||
*)
|
||||
PKG_CHECK_MODULES([LIBNL], [libnl-3.0], [
|
||||
have_libnl=yes
|
||||
|
Loading…
Reference in New Issue
Block a user