pidgin/pidgin

581ae0eecd0d
Only run tests that require libidn when we have libidn available

This should eliminate the need for https://gitweb.gentoo.org/repo/gentoo.git/tree/net-im/pidgin/files/pidgin-2.13.0-disable-one-jid-test.patch

Testing Done:
Compiled with and with out `--disable-idn`, also added a `#warning` during testing to verify if the code was being include properly.

Reviewed at https://reviews.imfreedom.org/r/922/
#ifndef _PURPLE_CLIENT_H_INCLUDED_
#define _PURPLE_CLIENT_H_INCLUDED_
#include <glib.h>
#include "purple-client-bindings.h"
G_BEGIN_DECLS
void purple_init(void);
G_END_DECLS
#endif