/soc/2013/ashmew2/filetransferX: 8ed9d4fba562: Whoops, left this...
Mark Doliner
mark at kingant.net
Fri Aug 30 02:04:31 EDT 2013
Changeset: 8ed9d4fba562de65629219ae783d76fec642fda4
Author: Mark Doliner <mark at kingant.net>
Date: 2013-08-29 23:04 -0700
Branch: filetransferX
URL: https://hg.pidgin.im/soc/2013/ashmew2/filetransferX/rev/8ed9d4fba562
Description:
Whoops, left this off the previous commit.
diffstat:
configure.ac | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diffs (29 lines):
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -830,6 +830,25 @@ fi
AM_CONDITIONAL(USE_VV, test "x$enable_gstreamer" != "xno" -a "x$enable_gstinterfaces" != "xno" -a "x$enable_farstream" != "xno")
dnl #######################################################################
+dnl # Check for libnice
+dnl #######################################################################
+PKG_CHECK_MODULES(LIBNICE, nice, , [
+ AC_MSG_RESULT(no)
+ enable_libnice="no"
+ if test "x$force_deps" = "xyes" ; then
+ AC_MSG_ERROR([
+libnice development headers not found.
+Use --disable-libnice if you do not need it.
+])
+ fi])
+if test "x$enable_libnice" = "xyes" ; then
+ AC_DEFINE(USE_LIBNICE, 1, [Define if we're using libnice])
+ AC_SUBST(LIBNICE_CFLAGS)
+ AC_SUBST(LIBNICE_LIBS)
+fi
+
+
+dnl #######################################################################
dnl # Check for Internationalized Domain Name support
dnl #######################################################################
More information about the Commits
mailing list