[gaim-migrate @ 9624]

Sun, 02 May 2004 15:47:13 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Sun, 02 May 2004 15:47:13 +0000
changeset 8856
09c93b484117
parent 8855
42a052b51327
child 8857
011e038eea37

[gaim-migrate @ 9624]
SILC requires -ldl in some cases

configure.ac file | annotate | diff | comparison | revisions
--- a/configure.ac	Sat May 01 22:40:21 2004 +0000
+++ b/configure.ac	Sun May 02 15:47:13 2004 +0000
@@ -112,7 +112,7 @@
 if test "$ac_silc_libs" != "no"; then
 	SILC_LIBS="-L$ac_silc_libs"
 fi
-SILC_LIBS="$SILC_LIBS -lsilc -lsilcclient -lpthread"
+SILC_LIBS="$SILC_LIBS -lsilc -lsilcclient -lpthread -ldl"
 AC_CHECK_LIB(silcclient, silc_client_init, [silcclient=yes], , $SILC_LIBS)
 AC_SUBST(SILC_LIBS)
 

mercurial