Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
cem
/
xfsprogs-dev
/
d50ca6bd3b83d46b466fc639ad6d0acec126422d
/
.
/
m4
/
package_rt.m4
blob: 9ad1009cc96223a6e09e6cb56d0e57083645b0f2 [
file
] [
log
] [
blame
]
# Check if the platform has librt
#
AC_DEFUN
([
AC_RT
],
[
if
test
"$enable_librt"
=
"yes"
;
then
librt
=
"-lrt"
else
librt
=
""
fi
AC_SUBST
(
librt
)
])