# HG changeset patch # User Ethan Blanton # Date 1083512833 0 # Node ID 247d963f8dcb1c987df25bfa484a7a688932c5a3 # Parent 831da5209d83664d5a30815213ad5ad34ac4a54c [gaim-migrate @ 9624] SILC requires -ldl in some cases committer: Tailor Script diff -r 831da5209d83 -r 247d963f8dcb configure.ac --- 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)