sipp: version bump, build fixes
[feed/telephony.git] / net / sipp / patches / 01-ncurses-not-curses.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -84,7 +84,7 @@ case "$host" in
4 esac
5
6 # ==================== checks for libraries =============================
7 -AC_CHECK_LIB(curses,initscr,,[AC_MSG_ERROR([ncurses library missing])])
8 +AC_CHECK_LIB(ncurses,initscr,,[AC_MSG_ERROR([ncurses library missing])])
9 AC_CHECK_LIB(pthread, pthread_mutex_init, THREAD_LIBS="-lpthread",
10 AC_MSG_ERROR(pthread library needed!))
11