Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 139347 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in.old (-1 / +1 lines)
Lines 498-506 Link Here
498
  fi
498
  fi
499
])
499
])
500
500
501
AC_CHECK_HEADERS(zlib.h)
501
if test x$with_zlib = xyes ; then
502
if test x$with_zlib = xyes ; then
502
  SNES9X_FEATURE_NODEP(Gz)
503
  SNES9X_FEATURE_NODEP(Gz)
503
  AC_CHECK_HEADERS(zlib.h)
504
  if test $ac_cv_header_zlib_h = yes ; then
504
  if test $ac_cv_header_zlib_h = yes ; then
505
    AC_MSG_CHECKING([if zlib.h is new enough])
505
    AC_MSG_CHECKING([if zlib.h is new enough])
506
    AC_TRY_LINK([
506
    AC_TRY_LINK([

Return to bug 139347