1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04: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:
Timo Sirainen 2001-07-28 22:41:14 +00:00 committed by cras
parent 8590eb9863
commit 0515b00f98

View File

@ -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, [