Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
mobject-store
Commits
1a1a05ac
Commit
1a1a05ac
authored
Oct 17, 2017
by
Shane Snyder
Browse files
rados headers are located w/in rados directory
parent
ed62cf78
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
1a1a05ac
...
...
@@ -44,7 +44,7 @@ AC_ARG_WITH([rados],
[], [])
if test x"$with_rados" == "xyes" ; then
# check for RADOS headers and libraries
AC_CHECK_HEADERS([librados.h rados_types.h],
AC_CHECK_HEADERS([
rados/
librados.h
rados/
rados_types.h],
[],
[AC_MSG_ERROR([RADOS support requested but could not find RADOS headers!])],
[])
...
...
@@ -52,9 +52,10 @@ if test x"$with_rados" == "xyes" ; then
[],
[AC_MSG_ERROR([RADOS support requested but could not link against librados!])])
# both found, set output to additionally build tests against RADOS
AM_CONDITIONAL(HAVE_RADOS, test x"$with_rados" == "xyes")
fi
# both found, set output to additionally build tests against RADOS
AM_CONDITIONAL(HAVE_RADOS, test x"$with_rados" == "xyes")
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
tests/mobject-connect-test.c
View file @
1a1a05ac
...
...
@@ -10,7 +10,7 @@
#include
<assert.h>
#ifdef USE_RADOS
#include
<librados.h>
#include
<
rados/
librados.h>
#else
#include
<librados-mobject-store.h>
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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