X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfigure.ac;h=31a809971b9a6104f829402d4f8067ce1abd603c;hb=a8aaded1487784bc9a6d4b1f2391eccdda8d5e1c;hp=83f1aa05db7b365be510b10c0e8744b2eb6dafbe;hpb=3634fc257bd0667daef14d72005cd87c735bbb24;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/configure.ac b/test/configure.ac index 83f1aa05d..31a809971 100644 --- a/test/configure.ac +++ b/test/configure.ac @@ -48,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) @@ -55,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