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:
@@ -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
|
||||
|
||||
|
||||
@@ -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 =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user