summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/configure
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-06-14 21:09:39 +0000
committerKarl Berry <karl@freefriends.org>2019-06-14 21:09:39 +0000
commit03edaa59cc8264195511dafbca6850aead27dc3f (patch)
treeb6474392c702abfa9ac4838ac0503f7cc2d7622a /Build/source/utils/asymptote/configure
parentb7974a03b4c9fe9bcc29bc3935c1a5b07fd3d309 (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/configure')
-rwxr-xr-xBuild/source/utils/asymptote/configure2
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 :