Skip to content

Commit 410b541

Browse files
committed
Check for curses.h
1 parent 52d11bc commit 410b541

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configure.ac

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ AC_CANONICAL_HOST
4343
# Checks for libraries.
4444

4545
# Checks for header files.
46+
AC_CHECK_HEADER(curses.h,[],[ AC_MSG_ERROR(curses.h not found or too old.) ], [])
4647

4748
# Checks for typedefs, structures, and compiler characteristics.
49+
4850
# Checks for library functions.
49-
#
51+
#
5052
AC_CONFIG_MACRO_DIRS([m4])
5153
AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/widgets/Makefile])
5254
AC_OUTPUT

0 commit comments

Comments
 (0)