mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
Re-add check for presense of ncurses.h header file
darcs-hash:20060211001050-ac50b-434f0d6ea015325f75f27aaebbc54d4b81f18a2c.gz
This commit is contained in:
@@ -199,7 +199,7 @@ AC_CHECK_LIB(rt, nanosleep)
|
|||||||
AC_CHECK_LIB(intl, gettext)
|
AC_CHECK_LIB(intl, gettext)
|
||||||
|
|
||||||
# Check for various header files
|
# Check for various header files
|
||||||
AC_CHECK_HEADERS([getopt.h termio.h sys/resource.h term.h ncurses/term.h libintl.h])
|
AC_CHECK_HEADERS([getopt.h termio.h sys/resource.h term.h ncurses/term.h libintl.h ncurses.h curses.h])
|
||||||
|
|
||||||
AC_CHECK_HEADER([regex.h],
|
AC_CHECK_HEADER([regex.h],
|
||||||
[AC_DEFINE([HAVE_REGEX_H], [1], [Define to 1 if you have the <regex.h> header file.])],
|
[AC_DEFINE([HAVE_REGEX_H], [1], [Define to 1 if you have the <regex.h> header file.])],
|
||||||
|
|||||||
Reference in New Issue
Block a user