summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-10-31 17:33:50 +0100
committerJulien Cristau <jcristau@debian.org>2008-10-31 17:33:50 +0100
commit8b0be8751279f9bc8f15ced4e5384fa2b0f78711 (patch)
treec297f7331cb6d699d905d4364e9c6529a70e3378
parent7a5ed759f13c3fc5f379cce2ca02c9ebfae5eae9 (diff)
Make --without-zlib work
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ec39264..0064478 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,7 @@ AC_DEFINE_DIR(PCIIDS_PATH, PCIIDS_PATH, [Path to pci.ids])
AC_ARG_WITH(zlib,
AS_HELP_STRING([--with-zlib], [Enable zlib support to read gzip compressed pci.ids]),
- [use_zlib="yes"],
+ [use_zlib="$withval"],
[use_zlib="no"])
if test "x$use_zlib" = xyes; then
AC_CHECK_LIB(z, gzopen,