Skip to content
Snippets Groups Projects
Commit ac40d13a authored by Tristan Matthews's avatar Tristan Matthews
Browse files

Revert "configure: add check for ucommon and fix test link"

This reverts commit 1fcb698d.

Change-Id: I075cd241ca91a7d695752562f90489722f349e5f
parent 596ae1ca
No related branches found
No related tags found
No related merge requests found
......@@ -294,8 +294,6 @@ PKG_CHECK_MODULES([CCRTP], [libccrtp] >= ${LIBCCRTP_MIN_VERSION},, [
PKG_CHECK_MODULES([CCRTP], [libccrtp1] >= ${LIBCCRTP_MIN_VERSION},, AC_MSG_ERROR([Missing ccrtp development files]))
])
PKG_CHECK_MODULES([UCOMMON], [ucommon],, [AC_MSG_ERROR(Missing ucommon libraries)])
dnl Presence is a default-enabled feature
AC_ARG_ENABLE([presence],
AS_HELP_STRING([--disable-presence], [Disable SIP presence support]))
......
......@@ -6,7 +6,7 @@ check_PROGRAMS = test
TESTS = run_tests.sh
test_CXXFLAGS = -DWORKSPACE="$(top_srcdir)/test/" @PTHREAD_CFLAGS@
test_LDADD = $(top_builddir)/src/libsflphone.la $(top_builddir)/src/libsflphone_la-logger.lo @CPPUNIT_LIBS@ @YAMLCPP_LIBS@ @UCOMMON_LIBS@
test_LDADD = $(top_builddir)/src/libsflphone.la $(top_builddir)/src/libsflphone_la-logger.lo @CPPUNIT_LIBS@ @YAMLCPP_LIBS@
if BUILD_INSTANT_MESSAGING
test_LDADD += @EXPAT_LIBS@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment