diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-14 21:09:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-14 21:09:39 +0000 |
commit | 03edaa59cc8264195511dafbca6850aead27dc3f (patch) | |
tree | b6474392c702abfa9ac4838ac0503f7cc2d7622a /Build/source/utils/asymptote | |
parent | b7974a03b4c9fe9bcc29bc3935c1a5b07fd3d309 (diff) |
== vs. = typo for nelson
git-svn-id: svn://tug.org/texlive/trunk@51378 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote')
-rwxr-xr-x | Build/source/utils/asymptote/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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 : |