Skip to content
Snippets Groups Projects
Commit 92b354d3 authored by jpbl's avatar jpbl
Browse files

*** empty log message ***

parent 860c5a46
No related branches found
No related tags found
No related merge requests found
......@@ -87,25 +87,25 @@ dnl compile_ccrtp=yes
dnl AC_CONFIG_SUBDIRS(deps/ccrtp-1.3.5)
dnl libccrtp1_LIBS='${top_srcdir}/deps/ccrtp-1.3.5/src/libccrtp1.la'
dnl ])
AC_MSG_CHECKING([need to compile libccrtp1])
AC_ARG_ENABLE(libccrtp1-compilation,
[ --enable-libccrtp1-compilation Enable libccrtp1 compilation [default=yes]],
[
echo "with $enableval"
if test x$compile_ccrtp = xyes -a ; then
AC_MSG_RESULT(yes)
else
AC_MSG_ERROR([*** You don't have a detectable libccrtp1 distribution enabled and you disabled the libccrtp1 compilation.])
fi
],
[
echo "without $enableval"
AC_MSG_RESULT(yes)
CXXFLAGS="$CXXFLAGS -W -Wall"
]
)
dnl AC_MSG_CHECKING([need to compile libccrtp1])
dnl AC_ARG_ENABLE(libccrtp1-compilation,
dnl [ --enable-libccrtp1-compilation Enable libccrtp1 compilation [default=yes]],
dnl [
dnl echo "with $enableval"
dnl if test x$compile_ccrtp = xyes -a ; then
dnl AC_MSG_RESULT(yes)
dnl else
dnl AC_MSG_ERROR([*** You don't have a detectable libccrtp1 distribution enabled and you disabled the libccrtp1 compilation.])
dnl fi
dnl ],
dnl [
dnl echo "without $enableval"
dnl AC_MSG_RESULT(yes)
dnl CXXFLAGS="$CXXFLAGS -W -Wall"
dnl ]
dnl )
dnl AM_CONDITIONAL(COMPILE_CCRTP, test x$compile_ccrtp = xyes)
AM_CONDITIONAL(COMPILE_CCRTP, test x$compile_ccrtp = xyes)
SFLPHONE_CXXFLAGS="$SFLPHONE_CXXFLAGS $libccrtp1_CFLAGS"
SFLPHONE_LIBS="$SFLPHONE_LIBS $libccrtp1_LIBS"
......
if COMPILE_CCRTP
CCRTP = ccrtp-1.3.5
endif
if COMPILE_COMMONCPP2
COMMONCPP2 = commoncpp2-1.3.21
endif
if COMPILE_EXOSIP
EXOSIP = libeXosip2-1.9.1-pre17
endif
......@@ -18,5 +10,5 @@ if COMPILE_PORTAUDIO
PORTAUDIO = portaudio
endif
SUBDIRS = $(CCRTP) $(OSIP) $(EXOSIP) $(PORTAUDIO)
SUBDIRS = $(OSIP) $(EXOSIP) $(PORTAUDIO)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment