pidgin/pidgin

Fix conditional.
release-2.x.y
2014-01-13, Mark Doliner
c03eefbf89a8
Fix conditional.

I think this would have incorrectly found a Connection: header in the
XML body. No idea what the harm is.
noinst_LTLIBRARIES=libpurple-ciphers.la
libpurple_ciphers_la_SOURCES=\
des.c \
gchecksum.c \
hmac.c \
md4.c \
md5.c \
rc4.c \
sha1.c \
sha256.c
AM_CPPFLAGS = \
-I$(top_srcdir)/libpurple \
$(GLIB_CFLAGS)