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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- configure.in.old
0
++ configure.in
Lines 506-514 Link Here
506
  fi
506
  fi
507
])
507
])
508
508
509
AC_CHECK_HEADERS(zlib.h)
509
if test x$with_zlib = xyes ; then
510
if test x$with_zlib = xyes ; then
510
  SNES9X_FEATURE_NODEP(Gz)
511
  SNES9X_FEATURE_NODEP(Gz)
511
  AC_CHECK_HEADERS(zlib.h)
512
  if test $ac_cv_header_zlib_h = yes ; then
512
  if test $ac_cv_header_zlib_h = yes ; then
513
    AC_MSG_CHECKING([if zlib.h is new enough])
513
    AC_MSG_CHECKING([if zlib.h is new enough])
514
    AC_TRY_LINK([
514
    AC_TRY_LINK([

Return to bug 139347