Ticket #12899: configure-in.patch
File configure-in.patch, 471 bytes (added by kajtzu@…, 17 years ago) |
---|
-
configure.in
old new 36 36 AC_CHECK_HEADER([sasl/sasl.h],AC_DEFINE(HAVE_SASL),AC_MSG_WARN([SASL support disabled])) 37 37 38 38 # terminfo 39 AC_SEARCH_LIBS([tigetstr],[ curses ncurses],,AC_MSG_ERROR([libcurses not found]))39 AC_SEARCH_LIBS([tigetstr],[ncurses curses],,AC_MSG_ERROR([libcurses not found])) 40 40 AC_CHECK_HEADER([curses.h],,AC_MSG_ERROR([curses.h not found])) 41 41 42 42 # popt