On 07/18/2012 07:54 AM, Igor Zhbanov wrote:
Remove unneded zlib dependency from configure.ac
---
configure.ac | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index ff4cdea..4b3d027 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,9 +50,6 @@ AC_SEARCH_LIBS([delwin], [ncursesw ncurses], [], AC_MSG_ERROR([ncurses
is requir
PKG_CHECK_MODULES([PCIUTILS], [libpci],[],[
AC_SEARCH_LIBS([pci_get_dev], [pci], [], AC_MSG_ERROR([libpci is required but was not
found]), [])
])
-PKG_CHECK_MODULES([LIBZ], [zlib],[],[
- AC_SEARCH_LIBS([deflate], [z], [], AC_MSG_ERROR([zlib is required but was not found]),
[])
-])
has_libnl_ver=0
PKG_CHECK_MODULES([LIBNL], [libnl-1], [has_libnl_ver=1], [
Your patch has been merged
Thank You