diff options
author | Timo Sirainen <cras@irssi.org> | 2001-07-28 22:41:14 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-07-28 22:41:14 +0000 |
commit | 0515b00f980319e8a7c4d31cdefdf7006b5a1311 (patch) | |
tree | 7c537033f2f6c38c02e14909d1ce41b9f64485ee | |
parent | 8590eb98634d711cc69791e69818df4147fde19f (diff) | |
download | irssi-0515b00f980319e8a7c4d31cdefdf7006b5a1311.zip |
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
-rw-r--r-- | curses.m4 | 1 |
1 files changed, 1 insertions, 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, [ |