svn commit: lorikeet r47 - in trunk/heimdal: .

abartlet at samba.org abartlet at samba.org
Mon Sep 6 02:55:59 GMT 2004


Author: abartlet
Date: 2004-09-06 02:55:59 +0000 (Mon, 06 Sep 2004)
New Revision: 47

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=lorikeet&path=/trunk/heimdal&rev=47&nolog=1

Log:
If we don't link with OpenSSL, we need to bring -ldl in ourselves.

Andrew Bartlett

Modified:
   trunk/heimdal/configure.in


Changeset:
Modified: trunk/heimdal/configure.in
===================================================================
--- trunk/heimdal/configure.in	2004-09-06 02:55:06 UTC (rev 46)
+++ trunk/heimdal/configure.in	2004-09-06 02:55:59 UTC (rev 47)
@@ -51,6 +51,9 @@
 
 rk_WFLAGS(-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs)
 
+# we need dlopen
+AC_SEARCH_LIBS(dlopen, [dl])
+
 rk_TEST_PACKAGE(openldap,
 [#include <lber.h>
 #include <ldap.h>],



More information about the samba-cvs mailing list