File configure.ac changed (mode: 100644) (index 6706a09..3f0156a) |
... |
... |
if test x$HAVE_CURS != xyes; then |
6 |
6 |
AC_MSG_ERROR([PMS requires the curses or ncurses library. Please install before compiling PMS.]) |
AC_MSG_ERROR([PMS requires the curses or ncurses library. Please install before compiling PMS.]) |
7 |
7 |
fi |
fi |
8 |
8 |
LIBS="$LIBS $CURSES_LIB" |
LIBS="$LIBS $CURSES_LIB" |
9 |
|
AC_CHECK_LIB([boost_regex], [main]) |
|
|
9 |
|
AC_ARG_ENABLE([regex], [AS_HELP_STRING([--enable-regex], [Support pattern matching through the boost regex library (default: disable)])], [AC_CHECK_LIB([boost_regex], [main])]) |
10 |
10 |
AC_PREFIX_PROGRAM(man) |
AC_PREFIX_PROGRAM(man) |
11 |
11 |
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |
12 |
12 |
AC_PROG_CXX |
AC_PROG_CXX |