comparison configure.ac @ 25544:1e5d5d55a231

Add Farsight to configure.ac
author Sean Egan <seanegan@gmail.com>
date Tue, 28 Aug 2007 01:02:01 +0000
parents b2578b2d4bc4
children 60f5abc6cf0c
comparison
equal deleted inserted replaced
19480:6b9675447eac 25544:1e5d5d55a231
607 AC_SUBST(GSTREAMER_CFLAGS) 607 AC_SUBST(GSTREAMER_CFLAGS)
608 AC_SUBST(GSTREAMER_LIBS) 608 AC_SUBST(GSTREAMER_LIBS)
609 ], [ 609 ], [
610 AC_MSG_RESULT(no) 610 AC_MSG_RESULT(no)
611 enable_gst="no" 611 enable_gst="no"
612 ])
613 fi
614
615 dnl #######################################################################
616 dnl # Check for Farsight
617 dnl #######################################################################
618 AC_ARG_ENABLE(farsight,
619 [AC_HELP_STRING([--disable-vv], [compile without voice and video support])],
620 enable_farsight="$enableval", enable_farsight="yes")
621 if test "x$enable_farsight" != "xno"; then
622 PKG_CHECK_MODULES(FARSIGHT, [farsight-0.1], [
623 AC_DEFINE(USE_FARSIGHT, 1, [Use Farsight for voice and video])
624 AC_SUBST(FARSIGHT_CFLAGS)
625 AC_SUBST(FARSIGHT_LIBS)
626 ], [
627 AC_MSG_RESULT(no)
628 enable_farsight="no"
612 ]) 629 ])
613 fi 630 fi
614 631
615 dnl ####################################################################### 632 dnl #######################################################################
616 dnl # Check for Meanwhile headers (for Sametime) 633 dnl # Check for Meanwhile headers (for Sametime)
2261 echo Enable Gestures............... : $enable_gestures 2278 echo Enable Gestures............... : $enable_gestures
2262 echo Protocols to build dynamically : $DYNAMIC_PRPLS 2279 echo Protocols to build dynamically : $DYNAMIC_PRPLS
2263 echo Protocols to link statically.. : $STATIC_PRPLS 2280 echo Protocols to link statically.. : $STATIC_PRPLS
2264 echo 2281 echo
2265 echo Build with GStreamer support.. : $enable_gst 2282 echo Build with GStreamer support.. : $enable_gst
2283 echo Build with voice and video.... : $enable_farsight
2266 echo Build with D-Bus support...... : $enable_dbus 2284 echo Build with D-Bus support...... : $enable_dbus
2267 if test "x$enable_dbus" = "xyes" ; then 2285 if test "x$enable_dbus" = "xyes" ; then
2268 eval eval echo D-Bus services directory...... : $DBUS_SERVICES_DIR 2286 eval eval echo D-Bus services directory...... : $DBUS_SERVICES_DIR
2269 fi 2287 fi
2270 echo Build with NetworkManager..... : $enable_libnm 2288 echo Build with NetworkManager..... : $enable_libnm