Mercurial > pidgin.yaz
diff configure.ac @ 11244:6ee53c79d630
[gaim-migrate @ 13409]
Remove the old rendezvous PRPL from CVS HEAD. This will be replaced by
Juanjo's bonjour PRPL.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 13 Aug 2005 00:09:22 +0000 |
parents | 5389d7d497ce |
children | bb0d7b719af2 |
line wrap: on
line diff
--- a/configure.ac Fri Aug 12 23:53:28 2005 +0000 +++ b/configure.ac Sat Aug 13 00:09:22 2005 +0000 @@ -174,7 +174,6 @@ napster) static_napster=yes ;; novell) static_novell=yes ;; oscar) static_oscar=yes ;; - rendezvous) static_rendezvous=yes ;; sametime) static_sametime=yes ;; silc) static_silc=yes ;; simple) static_simple=yes ;; @@ -192,7 +191,6 @@ AM_CONDITIONAL(STATIC_NAPSTER, test "x$static_napster" = "xyes") AM_CONDITIONAL(STATIC_NOVELL, test "x$static_novell" = "xyes") AM_CONDITIONAL(STATIC_OSCAR, test "x$static_oscar" = "xyes") -AM_CONDITIONAL(STATIC_RENDEZVOUS, test "x$static_rendezvous" = "xyes") AM_CONDITIONAL(STATIC_SAMETIME, test "x$static_sametime" = "xyes") AM_CONDITIONAL(STATIC_SILC, test "x$static_silc" = "xyes" -a "x$silcincludes" = "xyes" -a "x$silcclient" = "xyes") AM_CONDITIONAL(STATIC_SIMPLE, test "x$static_simple" = "xyes") @@ -221,7 +219,6 @@ napster) dynamic_napster=yes ;; novell) dynamic_novell=yes ;; oscar) dynamic_oscar=yes ;; - rendezvous) dynamic_rendezvous=yes ;; sametime) dynamic_sametime=yes ;; silc) dynamic_silc=yes ;; simple) dynamic_simple=yes ;; @@ -239,7 +236,6 @@ AM_CONDITIONAL(DYNAMIC_NAPSTER, test "x$dynamic_napster" = "xyes") AM_CONDITIONAL(DYNAMIC_NOVELL, test "x$dynamic_novell" = "xyes") AM_CONDITIONAL(DYNAMIC_OSCAR, test "x$dynamic_oscar" = "xyes") -AM_CONDITIONAL(DYNAMIC_RENDEZVOUS, test "x$dynamic_rendezvous" = "xyes") AM_CONDITIONAL(DYNAMIC_SAMETIME, test "x$dynamic_sametime" = "xyes") AM_CONDITIONAL(DYNAMIC_SILC, test "x$dynamic_silc" = "xyes" -a "x$silcincludes" = "xyes" -a "x$silcclient" = "xyes") AM_CONDITIONAL(DYNAMIC_SIMPLE, test "x$dynamic_simple" = "xyes") @@ -1310,7 +1306,6 @@ src/protocols/napster/Makefile src/protocols/novell/Makefile src/protocols/oscar/Makefile - src/protocols/rendezvous/Makefile src/protocols/sametime/Makefile src/protocols/sametime/meanwhile/Makefile src/protocols/silc/Makefile