]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: improbe UL_CONFLICT_BUILD macro
authorKarel Zak <kzak@redhat.com>
Mon, 12 Aug 2013 10:59:22 +0000 (12:59 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 12 Aug 2013 10:59:22 +0000 (12:59 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
m4/ul.m4

index c0082d0be43423cac1cc7d3fb53d009c457ffdd6..c3c8059c3b2576cf3dbbbcd81dad6bd8b4ec1de7 100644 (file)
--- a/m4/ul.m4
+++ b/m4/ul.m4
@@ -217,6 +217,8 @@ AC_DEFUN([UL_CONFLICTS_BUILD], [
       [build_]suffix=no ;;
     check:yes)
       [build_]suffix=no ;;
+    check:no)
+      [build_]suffix=yes ;;
     yes:yes)
       AC_MSG_ERROR([$1 selected, but it conflicts with $3]);;
     esac