From 1ee0dba0e866bc00e62d00e99c90b4ed327e0e61 Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Mon, 6 Jul 2009 16:55:13 -0400 Subject: [PATCH] [#1797] Main build system now uses pjproject-1.0.3 --- sflphone-common/configure.ac | 2 +- sflphone-common/globals.mak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sflphone-common/configure.ac b/sflphone-common/configure.ac index dcb00903d2..b39dc0343f 100644 --- a/sflphone-common/configure.ac +++ b/sflphone-common/configure.ac @@ -409,6 +409,6 @@ AC_SUBST(DBUS_SERVICES_DIR) AC_SUBST(SFLPHONE_CFLAGS) AC_SUBST(SFLPHONE_LIBS) AC_OUTPUT - AC_MSG_NOTICE([[Configuration done! Please make sure that pjsip library (libs/pjproject-1.0.2) has already been compiled. Run `make' to build the software.]]) + AC_MSG_NOTICE([[Configuration done! Please make sure that pjsip library (libs/pjproject-1.0.3) has already been compiled. Run `make' to build the software.]]) diff --git a/sflphone-common/globals.mak b/sflphone-common/globals.mak index e6f165a1ac..51fe32ac48 100644 --- a/sflphone-common/globals.mak +++ b/sflphone-common/globals.mak @@ -6,7 +6,7 @@ sflplugindir=$(DESTDIR)$(libdir)/sflphone/plugins ASTYLERC="../astylerc" indent="/usr/bin/astyle" -PJSIP_VERSION="1.0.2" +PJSIP_VERSION="1.0.3" # for pjsip PJSIP_LIBS= \ -- GitLab