]> git.draconx.ca Git - rrace.git/blobdiff - configure.ac
Curses UI improvements.
[rrace.git] / configure.ac
index 2c359a723b16504e4cc772ae8e376acdac981741..96dc8f22fd3c1e30649a0a3cc22dcbef36204673 100644 (file)
@@ -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"],