* configure.in: Add cursesX to the list of possible curses libs.
[deliverable/binutils-gdb.git] / gdb / configure.in
index 6eac7612f8c967eccbe380b65a7426430e340313..23926176f2c4899d871a3e99fdde7f47b5bdcd0f 100644 (file)
@@ -374,7 +374,7 @@ fi
 # do anything to look for the matching include files.
 # -- chastain 2004-05-01
 
-AC_SEARCH_LIBS(initscr, [ncurses Hcurses curses pdcurses], [],
+AC_SEARCH_LIBS(initscr, [ncurses Hcurses cursesX curses pdcurses], [],
   [AC_MSG_WARN([no curses library found])])
 
 # Check whether the wborder function is provided by the curses
@@ -429,7 +429,7 @@ case $host_os in
    Solaris 2.[789] when using GCC. ]])
     fi ;;
 esac
-AC_CHECK_HEADERS(curses.h ncurses.h term.h)
+AC_CHECK_HEADERS(curses.h cursesX.h ncurses.h term.h)
 
 # FIXME: kettenis/20030102: In most cases we include these
 # unconditionally, so what's the point in checking these?
This page took 0.047626 seconds and 4 git commands to generate.