From 8200220caa127c0927249f58b2d4256d529b9da7 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 4 May 2012 23:10:30 +0200 Subject: [PATCH] Fix configure option --with[out]-bzip2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 91471deff7..703acf8745 100644 --- a/configure.ac +++ b/configure.ac @@ -1156,7 +1156,7 @@ AC_SUBST(Z_LIBS) # Check for libbzip2 #################### -AC_ARG_WITH(gs, [ --without-bzip2 build without bzip2 support]) +AC_ARG_WITH(bzip2, [ --without-bzip2 build without bzip2 support]) have_libbzip2=no if test "x$with_bzip2" != xno; then