From ca38822407c53760bf8f04907c42d588b5f5158d Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Fri, 24 Jul 2015 21:22:26 +0200 Subject: [PATCH 10/12] Enable external libraries in case of configure clash Signed-off-by: Stanislav Brabec --- m4/ul.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Index: util-linux-2.26.2/m4/ul.m4 =================================================================== --- util-linux-2.26.2.orig/m4/ul.m4 +++ util-linux-2.26.2/m4/ul.m4 @@ -265,6 +265,6 @@ AC_DEFUN([UL_REQUIRES_BUILD], [ m4_define([suffix], m4_default([$3],$1)) - if test "x$[build_]suffix" != xno; then + if test "x$[build_]suffix" != xno -a "x$[ext_]suffix" != xyes; then case $[enable_]suffix:$[build_]$2 in #( no:*) [build_]suffix=no ;;