diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-23 17:02:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-23 17:02:59 +0200 |
commit | 40bb627dcaf0bacc699803bddc1147cb635759c1 (patch) | |
tree | eb24a740652d5968c3a7073a6d0489a481d50130 /package/htop/patches/patch-configure_ac | |
parent | 5279458ae6e67b59cfd70c9580c42973b4503824 (diff) |
update htop
Diffstat (limited to 'package/htop/patches/patch-configure_ac')
-rw-r--r-- | package/htop/patches/patch-configure_ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/htop/patches/patch-configure_ac b/package/htop/patches/patch-configure_ac deleted file mode 100644 index 642939235..000000000 --- a/package/htop/patches/patch-configure_ac +++ /dev/null @@ -1,10 +0,0 @@ ---- htop-0.9.orig/configure.ac 2011-05-31 14:26:38.000000000 +0200 -+++ htop-0.9/configure.ac 2011-05-31 14:27:56.000000000 +0200 -@@ -25,6 +25,7 @@ - AC_CHECK_HEADERS([stdlib.h string.h strings.h sys/param.h sys/time.h unistd.h curses.h],[:],[ - missing_headers="$missing_headers $ac_header" - ]) -+AC_CHECK_HEADERS([execinfo.h],[:],[:]) - - # Checks for typedefs, structures, and compiler characteristics. - AC_HEADER_STDBOOL |