X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/5ad79930f86cb4fd7eb1bdd38a58446168cb239e..89952d7fa03d1bffb2a4e32dcb7a0693a085eda3:/configure.ac diff --git a/configure.ac b/configure.ac index 2c359a7..96dc8f2 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,10 @@ AS_IF([test x"$with_curses" = x"yes" && x"$have_curses" != x"yes"], [AC_MSG_FAILURE([--with-curses requested but curses was not found])]) AM_CONDITIONAL([HAVE_CURSES], [test x"$have_curses" = x"yes"]) +AM_COND_IF([HAVE_CURSES], +[DX_CHECK_CURSES_FUNC([wresize], [0,0,0]) +DX_CHECK_CURSES_MOUSE_SUPPORT]) + # Checks for X11 AC_PATH_XTRA AS_IF([test x"$no_x" != x"yes"],