| 667 AC_SUBST(GSTREAMER_CFLAGS) |
667 AC_SUBST(GSTREAMER_CFLAGS) |
| 668 AC_SUBST(GSTREAMER_LIBS) |
668 AC_SUBST(GSTREAMER_LIBS) |
| 669 ], [ |
669 ], [ |
| 670 AC_MSG_RESULT(no) |
670 AC_MSG_RESULT(no) |
| 671 enable_gst="no" |
671 enable_gst="no" |
| |
672 ]) |
| |
673 fi |
| |
674 |
| |
675 dnl ####################################################################### |
| |
676 dnl # Check for Farsight |
| |
677 dnl ####################################################################### |
| |
678 AC_ARG_ENABLE(farsight, |
| |
679 [AC_HELP_STRING([--disable-vv], [compile without voice and video support])], |
| |
680 enable_farsight="$enableval", enable_farsight="yes") |
| |
681 if test "x$enable_farsight" != "xno"; then |
| |
682 PKG_CHECK_MODULES(FARSIGHT, [farsight-0.1], [ |
| |
683 AC_DEFINE(USE_FARSIGHT, 1, [Use Farsight for voice and video]) |
| |
684 AC_SUBST(FARSIGHT_CFLAGS) |
| |
685 AC_SUBST(FARSIGHT_LIBS) |
| |
686 ], [ |
| |
687 AC_MSG_RESULT(no) |
| |
688 enable_farsight="no" |
| 672 ]) |
689 ]) |
| 673 fi |
690 fi |
| 674 |
691 |
| 675 dnl ####################################################################### |
692 dnl ####################################################################### |
| 676 dnl # Check for Meanwhile headers (for Sametime) |
693 dnl # Check for Meanwhile headers (for Sametime) |
| 2272 echo Enable Gestures............... : $enable_gestures |
2289 echo Enable Gestures............... : $enable_gestures |
| 2273 echo Protocols to build dynamically : $DYNAMIC_PRPLS |
2290 echo Protocols to build dynamically : $DYNAMIC_PRPLS |
| 2274 echo Protocols to link statically.. : $STATIC_PRPLS |
2291 echo Protocols to link statically.. : $STATIC_PRPLS |
| 2275 echo |
2292 echo |
| 2276 echo Build with GStreamer support.. : $enable_gst |
2293 echo Build with GStreamer support.. : $enable_gst |
| |
2294 echo Build with voice and video.... : $enable_farsight |
| 2277 echo Build with D-Bus support...... : $enable_dbus |
2295 echo Build with D-Bus support...... : $enable_dbus |
| 2278 if test "x$enable_dbus" = "xyes" ; then |
2296 if test "x$enable_dbus" = "xyes" ; then |
| 2279 eval eval echo D-Bus services directory...... : $DBUS_SERVICES_DIR |
2297 eval eval echo D-Bus services directory...... : $DBUS_SERVICES_DIR |
| 2280 fi |
2298 fi |
| 2281 echo Build with NetworkManager..... : $enable_libnm |
2299 echo Build with NetworkManager..... : $enable_libnm |