X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=configure.ac;h=e0be4bd47ff6e93b703dc826d3638e670f216bfc;hp=48e2ef287cf3a4bd86f2b9c438cfbfd5577e968c;hb=89d7243a99966e0d1757ef9adf13a8b206703355;hpb=275f1c8fff540b39863043d772a90b614396205c diff --git a/configure.ac b/configure.ac index 48e2ef2..e0be4bd 100644 --- a/configure.ac +++ b/configure.ac @@ -110,7 +110,7 @@ AC_ARG_ENABLE(libwrap, LIBS="$LIBS -lwrap" AC_MSG_CHECKING(for libwrap) AC_LINK_IFELSE( - [AC_LANG_PROGRAM([[#include "tcpd.h"]], [[hosts_access(NULL)]]) + [AC_LANG_PROGRAM([[#include ]], [[hosts_access(NULL)]]) ],[AC_DEFINE(HAVE_LIBWRAP,[1],[have got libwrap installed]) AC_MSG_RESULT([yes]) have_libwrap=yes @@ -303,7 +303,7 @@ AC_CHECK_FUNCS(posix_fadvise) CONFIGURE_PART(Libintl Processing) -AM_GNU_GETTEXT_VERSION(0.18) +AM_GNU_GETTEXT_VERSION(0.17) AM_GNU_GETTEXT(external) CONFIGURE_PART(IEEE Math Checks)