mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
update oRTP
This commit is contained in:
parent
04fa4d457b
commit
eb10f722f8
2 changed files with 4 additions and 4 deletions
|
|
@ -22,15 +22,15 @@ if test "$readline_prefix" != "none"; then
|
|||
AC_CHECK_HEADERS(readline.h readline/readline.h, readline_h_found=yes)
|
||||
AC_CHECK_HEADERS(history.h readline/history.h)
|
||||
|
||||
AC_CHECK_LIB(readline, readline, [readline_libs_found=yes],[],[-lncurses])
|
||||
AC_CHECK_LIB(readline, readline, [readline_libs_found=yes],[],[])
|
||||
|
||||
LIBS=$LIBS_save
|
||||
CPPFLAGS=$CPPFLAGS_save
|
||||
|
||||
if test "$readline_libs_found$readline_h_found" != "yesyes" ; then
|
||||
AC_MSG_WARN("Could not find libreadline headers or library, linphonec will have limited prompt features")
|
||||
AC_MSG_WARN([Could not find libreadline headers or library, linphonec will have limited prompt features])
|
||||
else
|
||||
READLINE_LIBS="$READLINE_LIBS -lreadline -lncurses"
|
||||
READLINE_LIBS="$READLINE_LIBS -lreadline "
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 07fa32444a010965baec9562c9d07da5e5d6f2ce
|
||||
Subproject commit a24da093214970684312a70592b3e7e5dbaa1b26
|
||||
Loading…
Add table
Reference in a new issue