pidgin: 6082171a: Fail the configure script if voice and v...
maiku at pidgin.im
maiku at pidgin.im
Thu Aug 20 20:36:34 EDT 2009
-----------------------------------------------------------------
Revision: 6082171acfbee6eca0da0fc109d9c79563a234df
Ancestor: 9b09135cf7cd0b5af42c084e3df644e12ca01a06
Author: maiku at pidgin.im
Date: 2009-08-21T00:30:08
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/6082171acfbee6eca0da0fc109d9c79563a234df
Modified files:
configure.ac
ChangeLog:
Fail the configure script if voice and video dependencies are missing.
-------------- next part --------------
============================================================
--- configure.ac ec26837cc274770174a06bdb16fd2a3642489fe0
+++ configure.ac 2f76c87a54a881605b75ac989887345679a5ffb3
@@ -795,13 +795,13 @@ AC_ARG_ENABLE(vv,
dnl #######################################################################
AC_ARG_ENABLE(vv,
[AC_HELP_STRING([--disable-vv], [compile without voice and video support])],
- [enable_vv="$enableval" force_vv=$enableval], [enable_vv="yes" force_vv=no])
+ enable_vv="$enableval", enable_vv="yes")
if test "x$enable_vv" != "xno"; then
if test "x$enable_gstreamer" != "xno" -a "x$enable_gstinterfaces" != "xno" -a "x$enable_farsight" != "xno"; then
AC_DEFINE(USE_VV, 1, [Use voice and video])
else
enable_vv="no"
- if test "x$force_vv" = "xyes"; then
+ if test "x$force_deps" = "xyes"; then
AC_MSG_ERROR([
Dependencies for voice/video were not met.
Install the necessary gstreamer and farsight packages first.
More information about the Commits
mailing list