Commit 41580f62 authored by Pavel Vainerman's avatar Pavel Vainerman

enable PostgreSQL

parent b205207c
%def_enable docs %def_enable docs
%def_enable mysql %def_enable mysql
%def_enable sqlite %def_enable sqlite
%def_disable pgsql %def_enable pgsql
%def_enable python %def_enable python
%def_enable rrd %def_enable rrd
%def_enable io %def_enable io
......
...@@ -229,9 +229,9 @@ AC_ARG_ENABLE(tests, AC_HELP_STRING([--disable-tests], [disable tests build]), ...@@ -229,9 +229,9 @@ AC_ARG_ENABLE(tests, AC_HELP_STRING([--disable-tests], [disable tests build]),
if test ${buildtests} = true; then if test ${buildtests} = true; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
AC_LANG_PUSH([C++]) # AC_LANG_PUSH([C++])
AC_CHECK_HEADERS([catch.hpp],,exit) # AC_CHECK_HEADERS([catch.hpp],,exit)
AC_LANG_POP([C++]) # AC_LANG_POP([C++])
dnl Initialize test suite dnl Initialize test suite
AC_CONFIG_TESTDIR(testsuite) AC_CONFIG_TESTDIR(testsuite)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment