Sun, 02 May 2004 15:47:13 +0000
[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)