summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 93a2c3a)
raw | patch | inline | side by side (parent: 93a2c3a)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 16 Dec 2011 13:25:34 +0000 (13:25 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 16 Dec 2011 13:25:34 +0000 (13:25 +0000) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 280f68fad3ae392be7651abddae239c8450c0dc2..e0be4bd47ff6e93b703dc826d3638e670f216bfc 100644 (file)
--- a/configure.ac
+++ b/configure.ac
LIBS="$LIBS -lwrap"
AC_MSG_CHECKING(for libwrap)
AC_LINK_IFELSE(
- [AC_LANG_PROGRAM([[#include "tcpd.h"]], [[hosts_access(NULL)]])
+ [AC_LANG_PROGRAM([[#include <tcpd.h>]], [[hosts_access(NULL)]])
],[AC_DEFINE(HAVE_LIBWRAP,[1],[have got libwrap installed])
AC_MSG_RESULT([yes])
have_libwrap=yes