configure.ac

branch
next.minor
changeset 29490
79aa7e3c6c30
parent 28328
22144d7e5f4e
parent 28334
b2cb15afea3b
child 29493
268ef03f01f5
equal deleted inserted replaced
28328:22144d7e5f4e 29490:79aa7e3c6c30
808 Or use --disable-vv if you do not need voice/video support. 808 Or use --disable-vv if you do not need voice/video support.
809 ]) 809 ])
810 fi 810 fi
811 fi 811 fi
812 fi 812 fi
813 AM_CONDITIONAL(USE_VV, test "x$enable_gstreamer" != "xno" -a "x$enable_gstinterfaces" != "xno" -a "x$enable_farsight" != "xno")
813 814
814 AC_ARG_ENABLE(idn, 815 AC_ARG_ENABLE(idn,
815 [AC_HELP_STRING([--disable-idn], [compile without IDN support])], 816 [AC_HELP_STRING([--disable-idn], [compile without IDN support])],
816 [enable_idn="$enableval" force_idn=$enableval], [enable_idn="yes" force_idn=no]) 817 [enable_idn="$enableval" force_idn=$enableval], [enable_idn="yes" force_idn=no])
817 if test "x$enable_idn" != "xno"; then 818 if test "x$enable_idn" != "xno"; then

mercurial