diff libpurple/dnssrv.c @ 29217:fd2afe1b2d3c

propagate from branch 'im.pidgin.pidgin' (head af00ae634db8d99b296a90e1e0777bd23bd4df6a) to branch 'im.pidgin.pidgin.next.minor' (head fa239a2e49b49a05b3c8612ea2e2580e7286ac63)
author John Bailey <rekkanoryo@rekkanoryo.org>
date Thu, 15 Oct 2009 10:45:22 +0000
parents e191f5fedce1 2cc15ca3c26d
children 3c9534e77ea1
line wrap: on
line diff
--- a/libpurple/dnssrv.c	Thu Oct 15 09:21:18 2009 +0000
+++ b/libpurple/dnssrv.c	Thu Oct 15 10:45:22 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