Blame SOURCES/memstomp-rh962763.patch

e0b400
diff -Nrup a/configure.ac b/configure.ac
e0b400
--- a/configure.ac	2013-05-14 14:27:04.316530952 -0600
e0b400
+++ b/configure.ac	2013-05-14 14:27:37.854394379 -0600
e0b400
@@ -72,8 +72,10 @@ AC_CHECK_HEADERS([sys/poll.h])
e0b400
 AC_CHECK_HEADERS([sys/ioctl.h])
e0b400
 AC_CHECK_HEADERS([byteswap.h])
e0b400
 
e0b400
+AC_SEARCH_LIBS([htab_find_slot], [iberty], [], [AC_MSG_ERROR([*** libiberty not found])])
e0b400
+AC_CHECK_HEADERS([libiberty.h], [], [AC_MSG_ERROR([*** libiberty.h header not found])])
e0b400
 AC_SEARCH_LIBS([bfd_init], [bfd], [], [AC_MSG_ERROR([*** libbfd not found])])
e0b400
-AC_CHECK_HEADERS([bfd.h], [], [AC_MSG_ERROR([*** POSIX caps headers not found])])
e0b400
+AC_CHECK_HEADERS([bfd.h], [], [AC_MSG_ERROR([*** bfd.h header not found])])
e0b400
 
e0b400
 #### Typdefs, structures, etc. ####
e0b400