--- a/libpurple/dnssrv.c Tue Oct 20 21:20:22 2009 +0000
+++ b/libpurple/dnssrv.c Wed Oct 21 18:09:47 2009 +0000
@@ -248,6 +248,7 @@
return list;
}
+#ifdef USE_IDN
static gboolean
dns_str_is_ascii(const char *name)
{
@@ -259,6 +260,7 @@
return TRUE;
}
+#endif
#ifndef _WIN32