build: Fix typo which causes build failure

Pushed under build-breaker rule.
This commit is contained in:
Osier Yang 2012-09-13 12:44:19 +08:00
parent 9298bfbcb4
commit 51b708c63e

View File

@ -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