X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfigure.ac;h=a38b5b0ae34b6703c8df623a8e115f6948eda561;hb=8ddef6917dd85f3da6ea2ccdb1d6734b78aee521;hp=6467a0da9206f02fc3f49f60cd14d3386bd5592e;hpb=bbe15da854996fd270bd26ccb35418c08b4a46c5;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/configure.ac b/test/configure.ac index 6467a0da9..a38b5b0ae 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,11 @@ case $host_os in ;; esac +dnl Solaris requires additional libraries for networking functions. + +AC_SEARCH_LIBS([inet_addr], [nsl]) +AC_SEARCH_LIBS([connect], [socket]) + dnl "Export" these variables AC_SUBST(BIND_8_COMPAT) @@ -57,6 +60,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