--- a/libpurple/dnssrv.c Wed Aug 26 03:20:05 2009 +0000
+++ b/libpurple/dnssrv.c Fri Sep 04 02:49:15 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