]> sjero.net Git - linphone/commitdiff
update oRTP
authorSimon Morlat <simon.morlat@linphone.org>
Thu, 3 May 2012 07:42:44 +0000 (09:42 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Thu, 3 May 2012 07:42:44 +0000 (09:42 +0200)
m4/readline.m4
oRTP

index 8c4e185665cd87bf269f5cf00d2118f5b1eb7639..13a217fda4dbdec5062b78cb449dc16f5d7846c9 100644 (file)
@@ -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
        
        
diff --git a/oRTP b/oRTP
index 07fa32444a010965baec9562c9d07da5e5d6f2ce..a24da093214970684312a70592b3e7e5dbaa1b26 160000 (submodule)
--- a/oRTP
+++ b/oRTP
@@ -1 +1 @@
-Subproject commit 07fa32444a010965baec9562c9d07da5e5d6f2ce
+Subproject commit a24da093214970684312a70592b3e7e5dbaa1b26