Skip to content

Commit

Permalink
Removing check for gettext header files.
Browse files Browse the repository at this point in the history
  • Loading branch information
syzdek committed Jul 29, 2014
1 parent b11fcb0 commit 4bab6a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Expand Up @@ -136,7 +136,6 @@ AC_CHECK_FUNCS([strtoumax], [], [AC_MSG_ERROR([missing required functions])
AC_CHECK_HEADERS([arpa/inet.h], [], [AC_MSG_ERROR([missing required headers])])
AC_CHECK_HEADERS([fcntl.h], [], [AC_MSG_ERROR([missing required headers])])
AC_CHECK_HEADERS([getopt.h], [], [AC_MSG_ERROR([missing required headers])])
AC_CHECK_HEADERS([libintl.h], [], [AC_MSG_ERROR([missing required headers])])
AC_CHECK_HEADERS([locale.h], [], [AC_MSG_ERROR([missing required headers])])
AC_CHECK_HEADERS([netdb.h], [], [AC_MSG_ERROR([missing required headers])])
AC_CHECK_HEADERS([sgtty.h], [], [AC_MSG_ERROR([missing required headers])])
Expand Down

0 comments on commit 4bab6a1

Please sign in to comment.