summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorKarel Zak2013-08-12 12:59:22 +0200
committerKarel Zak2013-08-12 12:59:22 +0200
commitad869f9ec5c0c93af810550cec47d7acf3538661 (patch)
tree07d933589c187ab84fb23ff1449cf9c75b19043b /m4
parentlast: clean up the begin of the file (diff)
downloadkernel-qcow2-util-linux-ad869f9ec5c0c93af810550cec47d7acf3538661.tar.gz
kernel-qcow2-util-linux-ad869f9ec5c0c93af810550cec47d7acf3538661.tar.xz
kernel-qcow2-util-linux-ad869f9ec5c0c93af810550cec47d7acf3538661.zip
build-sys: improbe UL_CONFLICT_BUILD macro
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'm4')
-rw-r--r--m4/ul.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/ul.m4 b/m4/ul.m4
index c0082d0be..c3c8059c3 100644
--- 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