mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Fix to make it work with autoconf 2.50
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1659 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8590eb9863
commit
0515b00f98
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ AC_DEFUN(AC_NCURSES, [
|
|||
|
||||
CURSES_LIBS="$3"
|
||||
AC_CHECK_LIB(ncurses, initscr, [
|
||||
true;
|
||||
], [
|
||||
CHECKLIBS=`echo "$3"|sed 's/-lncurses/-lcurses/g'`
|
||||
AC_CHECK_LIB(curses, initscr, [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue