Fix configure option --with[out]-bzip2

This commit is contained in:
Sebastian Pipping
2012-05-04 23:10:30 +02:00
committed by Mikael Magnusson
parent a4beeecf2b
commit 8200220caa

View File

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