diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2f83e0538f..ecd8f50c03 100644 --- a/configure.ac +++ b/configure.ac @@ -168,7 +168,7 @@ if test "x$enable_blkid" != "xno"; then AC_MSG_ERROR([*** blkid support requested but not found]) fi fi -AM_CONDITIONAL(HAVE_SELINUX, [test "x$have_blkid" = "xyes"]) +AM_CONDITIONAL(HAVE_BLKID, [test "x$have_blkid" = "xyes"]) # ------------------------------------------------------------------------------ have_selinux=no |