Skip to content

Commit

Permalink
ncurses configure.ac check.
Browse files Browse the repository at this point in the history
  • Loading branch information
genjix committed Sep 8, 2013
1 parent 7746d58 commit 75ef0db
Show file tree
Hide file tree
Showing 2 changed files with 522 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ AM_INIT_AUTOMAKE([-Wall -Werror])
AC_PROG_CXX
AC_GNU_SOURCE
AX_CXX_COMPILE_STDCXX_11(noext,mandatory)
AX_WITH_CURSES
if test "x$ax_cv_ncursesw" != xyes && test "x$ax_cv_ncurses" != xyes; then
AC_MSG_ERROR([requires either NcursesW or Ncurses library])
fi
PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES([libbitcoin], [libbitcoin])
PKG_CHECK_MODULES([libobelisk], [libobelisk],
Expand Down
Loading

0 comments on commit 75ef0db

Please sign in to comment.