Blame SOURCES/memstomp-rh962763.patch

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