FIX: fix for bug 1438

This commit is contained in:
Bill Hoffman 2005-02-17 10:42:40 -05:00
parent 761cbed509
commit 2fdca2bbaa

View File

@ -6,7 +6,7 @@ FIND_PATH(CURSES_INCLUDE_PATH curses.h
/usr/local/include /usr/include
)
FIND_LIBRARY(CURSES_LIBRARY curses
FIND_LIBRARY(CURSES_LIBRARY NAMES curses ncurses
PATHS /usr/local/lib /usr/lib /lib
)