ccze-0.2.1-tinfo.patch 369 B

1234567891011
  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -100,6 +100,7 @@
  4. strndup strstr])
  5. AC_CHECK_LIB(ncurses, initscr, [], [AC_ERROR(NCurses library not found)])
  6. +AC_SEARCH_LIBS(stdscr, tinfo,,[AC_ERROR([Cannot find a library providing stdscr])])
  7. AC_CHECK_FUNC(dlopen, [], [AC_CHECK_LIB(dl, dlopen)])
  8. AC_CHECK_FUNC(getopt_long, [], [AC_CHECK_LIB(gnugetopt, getopt_long)])