0001-configure-remove-check-for-x86.h-we-don-t-build-get-.patch 683 B

12345678910111213141516171819202122232425262728
  1. From eb7590cc2cdd5c35403af4567d8524e017010f1c Mon Sep 17 00:00:00 2001
  2. From: Koen Kooi <koen@dominion.thruhere.net>
  3. Date: Sat, 11 May 2013 07:58:17 +0200
  4. Subject: [PATCH] configure: remove check for x86.h, we don't build get-edid
  5. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  6. Upstream-status: Inappropriate [OE specific]
  7. ---
  8. configure.in | 2 --
  9. 1 file changed, 2 deletions(-)
  10. diff --git a/configure.in b/configure.in
  11. index ac85a21..f53e904 100644
  12. --- a/configure.in
  13. +++ b/configure.in
  14. @@ -8,8 +8,6 @@ dnl Checks for programs
  15. AC_PROG_CC
  16. -AC_CHECK_HEADER([libx86.h], [], [AC_MSG_ERROR([libx86.h not found])])
  17. -
  18. dnl Simple, huh?
  19. AC_OUTPUT([Makefile])
  20. --
  21. 1.8.1.4