patch-configure_ac 623 B

12345678910111213141516
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- libpciaccess-0.10.3.orig/configure.ac 2008-06-10 21:24:44.000000000 +0200
  3. +++ libpciaccess-0.10.3/configure.ac 2009-05-10 17:22:54.000000000 +0200
  4. @@ -91,12 +91,6 @@ AM_CONDITIONAL(FREEBSD, [test "x$freebsd
  5. AM_CONDITIONAL(OPENBSD, [test "x$openbsd" = xyes])
  6. AM_CONDITIONAL(SOLARIS, [test "x$solaris" = xyes])
  7. -AC_CHECK_FILE([/usr/include/asm/mtrr.h],
  8. - [have_mtrr_h="yes"], [have_mtrr_h="no"])
  9. -if test "x$have_mtrr_h" = xyes; then
  10. - AC_DEFINE(HAVE_MTRR, 1, [Use MTRRs on mappings])
  11. -fi
  12. -
  13. AC_SUBST(PCIACCESS_CFLAGS)
  14. AC_SUBST(PCIACCESS_LIBS)