diff configure.ac @ 29194:3b85df6d407c

Minor commenting.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 22 Dec 2009 08:19:57 +0000
parents d558d141aaae
children 39bc284215ce 3a43e48c870e 10eaca0bf01a
line wrap: on
line diff
--- a/configure.ac	Mon Dec 21 09:57:06 2009 +0000
+++ b/configure.ac	Tue Dec 22 08:19:57 2009 +0000
@@ -812,6 +812,10 @@
 fi
 AM_CONDITIONAL(USE_VV, test "x$enable_gstreamer" != "xno" -a "x$enable_gstinterfaces" != "xno" -a "x$enable_farsight" != "xno")
 
+dnl #######################################################################
+dnl # Check for Internationalized Domain Name support
+dnl #######################################################################
+
 AC_ARG_ENABLE(idn,
 	[AC_HELP_STRING([--disable-idn], [compile without IDN support])],
 	[enable_idn="$enableval" force_idn=$enableval], [enable_idn="yes" force_idn=no])