X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=configure.ac;h=b2c8190336a16408f0eeb4bf18eb0892c8c391f4;hb=27a49079b03316eebcbc74197b73988b01b58ecc;hp=c8508f1328a382a43ee78a656cd6393fa1c8f80a;hpb=ba05418f589c2d01f4e7e44c70d4844f43511927;p=nfs-utils.git diff --git a/configure.ac b/configure.ac index c8508f1..b2c8190 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]) @@ -382,7 +382,6 @@ esac my_am_cflags="-Wall -Wstrict-prototypes $ARCHFLAGS -pipe" -AC_SUBST([AM_CPPFLAGS], ["-I\${top_srcdir}/support/include"]) AC_SUBST([AM_CFLAGS], ["$my_am_cflags"]) # Make sure that $ACLOCAL_FLAGS are used during a rebuild