mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
bugfix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@491 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d7e017a819
commit
d72f3bf8db
1 changed files with 2 additions and 1 deletions
|
|
@ -212,7 +212,8 @@ AC_DEFUN(AC_NCURSES, [
|
|||
AC_MSG_RESULT(Found ncurses on $1/$2)
|
||||
|
||||
CURSES_LIBS="$3"
|
||||
AC_CHECK_LIB(ncurses, initscr,, [
|
||||
AC_CHECK_LIB(ncurses, initscr, [
|
||||
], [
|
||||
CHECKLIBS=`echo "$3"|sed 's/-lncurses/-lcurses/g'`
|
||||
AC_CHECK_LIB(curses, initscr, [
|
||||
CURSES_LIBS="$CHECKLIBS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue