summaryrefslogtreecommitdiffstats
path: root/src/appl/mailquery/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/mailquery/configure.in')
-rw-r--r--src/appl/mailquery/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/appl/mailquery/configure.in b/src/appl/mailquery/configure.in
index dbc21bb394..63ff7f371f 100644
--- a/src/appl/mailquery/configure.in
+++ b/src/appl/mailquery/configure.in
@@ -2,6 +2,9 @@ AC_INIT(mailquery.c)
WITH_CCOPTS
AC_SET_BUILDTOP
AC_PROG_INSTALL
+AC_HAVE_LIBRARY(socket)
+AC_HAVE_LIBRARY(nsl)
+AC_HAVE_HEADERS(unistd.h)
WITH_KRB5ROOT
CONFIG_RULES
AC_FUNC_CHECK(strerror,AC_DEFINE(HAS_STRERROR))