configure.ac

changeset 26729
025bda1bc32f
parent 26714
0f1f4178f6e7
child 26754
216b79c00415
equal deleted inserted replaced
26728:e6d5b2333b1d 26729:025bda1bc32f
772 dnl ####################################################################### 772 dnl #######################################################################
773 AC_ARG_ENABLE(farsight, 773 AC_ARG_ENABLE(farsight,
774 [AC_HELP_STRING([--disable-farsight], [compile without farsight support])], 774 [AC_HELP_STRING([--disable-farsight], [compile without farsight support])],
775 enable_farsight="$enableval", enable_farsight="yes") 775 enable_farsight="$enableval", enable_farsight="yes")
776 if test "x$enable_farsight" != "xno"; then 776 if test "x$enable_farsight" != "xno"; then
777 PKG_CHECK_MODULES(FARSIGHT, [farsight2-0.10 >= 0.0.8], [ 777 PKG_CHECK_MODULES(FARSIGHT, [farsight2-0.10 >= 0.0.9], [
778 AC_DEFINE(USE_FARSIGHT, 1, [Use Farsight for voice and video]) 778 AC_DEFINE(USE_FARSIGHT, 1, [Use Farsight for voice and video])
779 AC_SUBST(FARSIGHT_CFLAGS) 779 AC_SUBST(FARSIGHT_CFLAGS)
780 AC_SUBST(FARSIGHT_LIBS) 780 AC_SUBST(FARSIGHT_LIBS)
781 ], [ 781 ], [
782 enable_farsight="no" 782 enable_farsight="no"

mercurial