From 03edaa59cc8264195511dafbca6850aead27dc3f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 14 Jun 2019 21:09:39 +0000 Subject: == vs. = typo for nelson git-svn-id: svn://tug.org/texlive/trunk@51378 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/asymptote/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/source/utils/asymptote/configure b/Build/source/utils/asymptote/configure index f0f8177398f..f45c28771d8 100755 --- a/Build/source/utils/asymptote/configure +++ b/Build/source/utils/asymptote/configure @@ -7438,7 +7438,7 @@ fi esac - if test "x$enable_offscreen" == "xyes"; then + if test "x$enable_offscreen" = "xyes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OSMesaCreateContext in -lOSMesa" >&5 $as_echo_n "checking for OSMesaCreateContext in -lOSMesa... " >&6; } if ${ac_cv_lib_OSMesa_OSMesaCreateContext+:} false; then : -- cgit v1.2.3