Fix configure option --with[out]-bzip2
This commit is contained in:

committed by
Mikael Magnusson

parent
a4beeecf2b
commit
8200220caa
@ -1156,7 +1156,7 @@ AC_SUBST(Z_LIBS)
|
|||||||
# Check for libbzip2
|
# 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
|
have_libbzip2=no
|
||||||
if test "x$with_bzip2" != xno; then
|
if test "x$with_bzip2" != xno; then
|
||||||
|
Reference in New Issue
Block a user