mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
340 B
Plaintext
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
|
|
|