]> git.pld-linux.org Git - packages/moc.git/blame - moc-ncurses.patch
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/moc.git] / moc-ncurses.patch
CommitLineData
fcd4c944 1diff -ur moc-1.1.0-orig/configure.in moc-1.1.0/configure.in
2--- moc-1.1.0-orig/configure.in Tue Dec 3 18:25:40 2002
3+++ moc-1.1.0/configure.in Mon Feb 3 22:14:31 2003
4@@ -47,8 +47,8 @@
5
6 dnl ncurses
7 AC_CHECK_LIB(ncurses, initscr, [
8- AC_CHECK_HEADER([ncurses.h],, [
9- AC_MSG_ERROR([You nedd ncurses header file.])])
10+ AC_CHECK_HEADER([ncurses/ncurses.h],, [
11+ AC_MSG_ERROR([You need ncurses header file.])])
12 ],
13 [AC_MSG_ERROR([You need ncurses library.])]
14 )
This page took 0.058523 seconds and 4 git commands to generate.