From: Karel Zak Date: Mon, 12 Aug 2013 10:59:22 +0000 (+0200) Subject: build-sys: improbe UL_CONFLICT_BUILD macro X-Git-Tag: v2.24-rc1~393 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad869f9ec5c0c93af810550cec47d7acf3538661;p=thirdparty%2Futil-linux.git build-sys: improbe UL_CONFLICT_BUILD macro Signed-off-by: Karel Zak --- diff --git a/m4/ul.m4 b/m4/ul.m4 index c0082d0be4..c3c8059c3b 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