diff options
-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 : |