--- bug-buddy-2.22.0.orig/configure 2008-04-24 04:57:46.000000000 +0000 +++ bug-buddy-2.22.0/configure 2008-04-24 05:09:39.000000000 +0000 @@ -21657,7 +21657,7 @@ fi -for ac_header in libelf.h +for ac_header in libelf/libelf.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then @@ -21806,7 +21806,7 @@ done -for ac_header in gelf.h +for ac_header in libelf/gelf.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then --- bug-buddy-2.22.0.orig/gnome-breakpad/gnome-breakpad.cc 2008-04-24 04:57:46.000000000 +0000 +++ bug-buddy-2.22.0/gnome-breakpad/gnome-breakpad.cc 2008-04-24 05:09:39.000000000 +0000 @@ -6,8 +6,8 @@ #include #include -#include -#include +#include +#include #include #include --- bug-buddy-2.22.0.orig/configure.in 2008-04-24 04:57:46.000000000 +0000 +++ bug-buddy-2.22.0/configure.in 2008-04-24 05:09:39.000000000 +0000 @@ -88,8 +88,8 @@ AC_CHECK_LIB(elf, elf_version) -AC_CHECK_HEADERS([libelf.h],[],[AC_MSG_ERROR([libelf.h not found.])]) -AC_CHECK_HEADERS([gelf.h],[],[AC_MSG_ERROR([gelf.h not found.])]) +AC_CHECK_HEADERS([libelf/libelf.h],[],[AC_MSG_ERROR([libelf.h not found.])]) +AC_CHECK_HEADERS([libelf/gelf.h],[],[AC_MSG_ERROR([gelf.h not found.])]) AC_CONFIG_SUBDIRS(google-breakpad) GOOGLE_BREAKPAD_SUPPORTED_OS="no"