Skip to content
Snippets Groups Projects
Commit 1ee0dba0 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#1797] Main build system now uses pjproject-1.0.3

parent b7ebd960
No related branches found
No related tags found
No related merge requests found
...@@ -409,6 +409,6 @@ AC_SUBST(DBUS_SERVICES_DIR) ...@@ -409,6 +409,6 @@ AC_SUBST(DBUS_SERVICES_DIR)
AC_SUBST(SFLPHONE_CFLAGS) AC_SUBST(SFLPHONE_CFLAGS)
AC_SUBST(SFLPHONE_LIBS) AC_SUBST(SFLPHONE_LIBS)
AC_OUTPUT 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.]])
...@@ -6,7 +6,7 @@ sflplugindir=$(DESTDIR)$(libdir)/sflphone/plugins ...@@ -6,7 +6,7 @@ sflplugindir=$(DESTDIR)$(libdir)/sflphone/plugins
ASTYLERC="../astylerc" ASTYLERC="../astylerc"
indent="/usr/bin/astyle" indent="/usr/bin/astyle"
PJSIP_VERSION="1.0.2" PJSIP_VERSION="1.0.3"
# for pjsip # for pjsip
PJSIP_LIBS= \ PJSIP_LIBS= \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment