All merged into master, thanks! Mathieu
----- Original Message ----- > From: "Jonathan Rajotte" <[email protected]> > To: [email protected] > Cc: "mathieu desnoyers" <[email protected]>, "Jonathan Rajotte" > <[email protected]> > Sent: Monday, February 23, 2015 10:29:24 PM > Subject: [PATCH userspace-rcu 3/3] Configure: add check for used type > > Signed-off-by: Jonathan Rajotte <[email protected]> > --- > configure.ac | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/configure.ac b/configure.ac > index d847da7..ed59d16 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -53,6 +53,10 @@ LT_INIT > AC_C_INLINE > AC_TYPE_PID_T > AC_TYPE_SIZE_T > +AC_TYPE_INT32_T > +AC_TYPE_UINT32_T > +AC_TYPE_UINT64_T > +AC_TYPE_UINT8_T > > # Checks for library functions. > AC_FUNC_MALLOC > -- > 1.9.1 > > -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
