]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - m4/package_rt.m4
xfs_db: add a superblock info command
[thirdparty/xfsprogs-dev.git] / m4 / package_rt.m4
1 # Check if the platform has librt
2 #
3
4 AC_DEFUN([AC_RT],
5 [
6 if test "$enable_librt" = "yes"; then
7 librt="-lrt"
8 else
9 librt=""
10 fi
11 AC_SUBST(librt)
12 ])