diff --git a/m4/readline.m4 b/m4/readline.m4 index 8c4e18566..13a217fda 100644 --- a/m4/readline.m4 +++ b/m4/readline.m4 @@ -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 07fa32444..a24da0932 160000 --- a/oRTP +++ b/oRTP @@ -1 +1 @@ -Subproject commit 07fa32444a010965baec9562c9d07da5e5d6f2ce +Subproject commit a24da093214970684312a70592b3e7e5dbaa1b26