[Box Backup-dev] COMMIT r357 - box/trunk

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Wed Feb 1 23:38:30 GMT 2006


Author: martin
Date: 2006-02-01 23:38:28 +0000 (Wed, 01 Feb 2006)
New Revision: 357

Modified:
   box/trunk/configure.ac
Log:
Detect network libraries for OpenSSL, needed on Solaris

Modified: box/trunk/configure.ac
===================================================================
--- box/trunk/configure.ac	2006-02-01 19:50:54 UTC (rev 356)
+++ box/trunk/configure.ac	2006-02-01 23:38:28 UTC (rev 357)
@@ -52,6 +52,8 @@
 ])
 
 ## Check for Open SSL, use old versions only if explicitly requested
+AC_SEARCH_LIBS([gethostbyname], [nsl socket resolv])
+AC_SEARCH_LIBS([shutdown], [nsl socket resolv])
 AX_CHECK_SSL(, [AC_MSG_ERROR([[OpenSSL is not installed but is required]])])
 AC_ARG_ENABLE(
   [old-ssl],




More information about the Boxbackup-dev mailing list