pkgsrc-ng/www/wwwoffle/patches/patch-configure
2016-11-18 22:39:22 +01:00

14 lines
340 B
Plaintext

$NetBSD: patch-configure,v 1.1 2016/08/21 09:53:55 bsiegert Exp $
--- configure.orig 2016-04-23 12:25:12.000000000 +0000
+++ configure
@@ -3206,7 +3206,7 @@ fi
rm -f conftest.l $LEX_OUTPUT_ROOT.c
fi
-if test "x$LEX" == "x:"; then
+if test "x$LEX" = "x:"; then
as_fn_error $? "No lex/flex program could be found" "$LINENO" 5
fi