Browse Source

Removed requirement for templates compiler

master
Artyom Beilis 16 years ago
parent
commit
550ea373fe
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      configure.in

+ 0
- 4
configure.in View File

@@ -12,10 +12,6 @@ AC_SUBST(LIBTOOL_DEPS)

AC_LANG_CPLUSPLUS
AC_CONFIG_FILES([Makefile])
AC_CHECK_PROG([TMPLCOMP],cc_templ_d,"yes","no")
if test "x$TMPLCOMP" != "xyes" ; then
AC_MSG_ERROR("Insall templates compiler first")
fi
AC_CHECK_LIB(fcgi++,main,[],[echo "Fast CGI library not installed" ; exit -1])
AC_CHECK_LIB(cgicc,main,[],[echo "cgicc not found" ; exit -1])
AC_CHECK_LIB(boost_regex,main,[],[AC_CHECK_LIB(boost_regex-gcc-mt,main,[],[ echo "boost::regex not found" ; exit -1])])


Loading…
Cancel
Save