Mercurial > pidgin.yaz
changeset 29194:3b85df6d407c
Minor commenting.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Tue, 22 Dec 2009 08:19:57 +0000 |
parents | 328a7ff06110 |
children | c83cec74147e |
files | configure.ac |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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])