summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f12e48d..d02c85f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,6 +136,13 @@ AM_CONDITIONAL(
[test "x$with_twin_x11" = "xyes" || test "x$with_twin_fbdev" = "xyes"])
AS_IF(
+ [test "x$with_twin_x11" != "xyes" && \
+ test "x$with_twin_fbdev" != "xyes" && \
+ test "x$ax_cv_curses" != "xyes"],
+ [AC_MSG_WARN([ No user interface programs configured. Consider using --with-ncurses, --with-twin-x11 or --with-twin-fbdev'])]
+)
+
+AS_IF(
[test "x$with_twin_x11" = "xyes" || test "x$with_twin_fbdev" = "xyes"],
[PKG_CHECK_MODULES(
[twin],
OpenPOWER on IntegriCloud