Skip to content

Commit

Permalink
Remove obsolete err.h check
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed May 4, 2016
1 parent 6c75cf6 commit 16d9c87
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ AC_CHECK_HEADERS([locale])
AC_LANG_POP(C++)


# Check for <err.h>.
AC_CHECK_HEADER([err.h], [], [bsddiff_compat_include="-Icompat-include"])
AC_SUBST([bsddiff_compat_include])


AC_DEFUN([NEED_PROG],
[
AC_PATH_PROG($1, $2)
Expand Down

0 comments on commit 16d9c87

Please sign in to comment.