X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/bbe15da854996fd270bd26ccb35418c08b4a46c5..c14470c30aa0d41ef018c35043616c703b01f80a:/test/configure.ac?ds=inline diff --git a/test/configure.ac b/test/configure.ac index 6467a0da9..31a809971 100644 --- a/test/configure.ac +++ b/test/configure.ac @@ -1,5 +1,3 @@ -dnl $Cambridge: exim/test/configure.ac,v 1.2 2007/01/23 11:01:10 ph10 Exp $ - dnl Process this file with autoconf to produce a configure script. dnl This is required at the start; the name is the name of a file @@ -50,6 +48,13 @@ case $host_os in ;; esac +dnl Solaris requires additional libraries for networking functions. + +AC_SEARCH_LIBS([inet_addr], [nsl]) +AC_SEARCH_LIBS([connect], [socket]) +AC_SEARCH_LIBS([inet_pton], [nsl socket resolv]) +AC_SEARCH_LIBS([inet_ntop], [nsl socket resolv]) + dnl "Export" these variables AC_SUBST(BIND_8_COMPAT) @@ -57,6 +62,7 @@ AC_SUBST(CLIENT_SSL) AC_SUBST(CLIENT_GNUTLS) AC_SUBST(LOADED) AC_SUBST(LOADED_OPT) +AC_SUBST(LIBS) dnl This must be last; it determines what files are written