1
0
mirror of https://github.com/gluster/glusterfs.git synced 2026-02-05 15:48:40 +01:00

Add userspace-rcu checks to configure.ac

Change-Id: Ifbb617d0dacce8fa01214f894badb9d8cdcaf56f
This commit is contained in:
Kaushal M
2015-01-06 15:12:59 +05:30
parent c4ab37c02e
commit a5cd6bd32f
2 changed files with 6 additions and 2 deletions

View File

@@ -1083,6 +1083,10 @@ if test "x$BUILD_GLUPY" = "xyes"; then
fi
# end glupy section
dnl Check for userspace-rcu
PKG_CHECK_MODULES([URCU], [liburcu-bp])
PKG_CHECK_MODULES([URCU_CDS], [liburcu-cds])
AC_SUBST(CFLAGS)
# end enable debug section

View File

@@ -35,9 +35,9 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \
-DGSYNCD_PREFIX=\"$(libexecdir)/glusterfs\"\
-DSYNCDAEMON_COMPILE=$(SYNCDAEMON_COMPILE) $(XML_CPPFLAGS)
AM_CFLAGS = -Wall $(GF_CFLAGS)
AM_CFLAGS = -Wall $(GF_CFLAGS) $(URCU_CFLAGS) $(URCU_CDS_CFLAGS)
AM_LDFLAGS = -L$(xlatordir)
AM_LDFLAGS = -L$(xlatordir) $(URCU_LIBS) $(URCU_CDS_LIBS)
CLEANFILES =