Mercurial > pidgin.yaz
changeset 8856:247d963f8dcb
[gaim-migrate @ 9624]
SILC requires -ldl in some cases
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sun, 02 May 2004 15:47:13 +0000 |
parents | 831da5209d83 |
children | 15ddfb03f4c7 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)