X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.ac;h=4fd111f7e6f9ac01b2d964310a2ae9cb7d91e041;hp=c8508f1328a382a43ee78a656cd6393fa1c8f80a;hb=38667906c89d6944faaced7fbcda027643dc10ad;hpb=9d1cf415ecf3466ca5c4cf518915e363d75a6a6e diff --git a/configure.ac b/configure.ac index c8508f1..4fd111f 100644 --- a/configure.ac +++ b/configure.ac @@ -219,9 +219,9 @@ if test "$choose_blkid" != no; then AC_BLKID_VERS if test $choose_blkid = yes; then use_blkid=1 - test $libblkid_is_recent = no && AC_MSG_WARN([libblkid is old and may cause mountd to leak memory]) + test $libblkid_cv_is_recent = no && AC_MSG_WARN([libblkid is old and may cause mountd to leak memory]) else - if test $libblkid_is_recent = yes + if test $libblkid_cv_is_recent = yes then use_blkid=1 else use_blkid=0 AC_MSG_WARN([uuid support disabled as libblkid is too old])