summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8154800..47b5956 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,10 +9,15 @@ AM_INIT_AUTOMAKE
AC_PROG_CC
# Checks for libraries.
+AX_WITH_CURSES
+if test "x$ax_cv_curses" != xyes; then
+ AC_MSG_ERROR([requires an X/Open-compatible Curses library])
+fi
# Checks for header files.
# Checks for typedefs, structures, and compiler characteristics.
+AC_CHECK_HEADER_STDBOOL
# Checks for library functions.