Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
41580f62
Commit
41580f62
authored
Jul 24, 2015
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable PostgreSQL
parent
b205207c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
libuniset2.spec
conf/libuniset2.spec
+1
-1
configure.ac
configure.ac
+3
-3
No files found.
conf/libuniset2.spec
View file @
41580f62
%def_enable docs
%def_enable mysql
%def_enable sqlite
%def_
dis
able pgsql
%def_
en
able pgsql
%def_enable python
%def_enable rrd
%def_enable io
...
...
configure.ac
View file @
41580f62
...
...
@@ -229,9 +229,9 @@ AC_ARG_ENABLE(tests, AC_HELP_STRING([--disable-tests], [disable tests build]),
if test ${buildtests} = true; then
AC_MSG_RESULT([yes])
AC_LANG_PUSH([C++])
AC_CHECK_HEADERS([catch.hpp],,exit)
AC_LANG_POP([C++])
#
AC_LANG_PUSH([C++])
#
AC_CHECK_HEADERS([catch.hpp],,exit)
#
AC_LANG_POP([C++])
dnl Initialize test suite
AC_CONFIG_TESTDIR(testsuite)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment