aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Zhbanov <i.zhbanov@samsung.com>2012-07-18 18:54:58 +0400
committerChris E Ferron <chris.e.ferron@linux.intel.com>2012-07-18 14:59:29 -0700
commit59a66df791a975a39f9405b6ec65d8b7f06b8237 (patch)
treef4974ecca2fa7f99e7ce4af5192ede9a81656d8e
parente12ee36f2ccbcfe598b2beb3bcff000951b99e58 (diff)
Remove unneded zlib dependency
Remove unneded zlib dependency from configure.ac
-rw-r--r--configure.ac3
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], [