pkgsrc-ng/devel/ucommon/patches/patch-configure
2016-01-21 23:41:46 +01:00

16 lines
407 B
Plaintext

$NetBSD: patch-configure,v 1.1 2015/04/18 02:43:24 rodent Exp $
Fix portability failure.
--- configure.orig 2015-03-24 23:44:16.000000000 +0000
+++ configure
@@ -16782,7 +16782,7 @@ if test "${enable_utils+set}" = set; the
enableval=$enable_utils;
fi
-if test x"$enable_utils" == "xno"; then
+if test x"$enable_utils" = "xno"; then
if false; then
BUILD_UTILS_TRUE=
BUILD_UTILS_FALSE='#'