aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/gnutls/build.sh
diff options
context:
space:
mode:
authorGravatar Max Moroz <mmoroz@chromium.org>2017-05-09 14:23:22 +0200
committerGravatar Max Moroz <mmoroz@chromium.org>2017-05-09 14:23:22 +0200
commit8306637a1ae19d4a2ddbc1353b8ddb1c6a192b82 (patch)
treec853d9131d975d3db3f08ad7bed25c8450615f87 /projects/gnutls/build.sh
parentb07e141725a53e4a74aa973a69eecb7cf7685d79 (diff)
[gnutls] Remove double-quotes from string comparison in build.sh.
Diffstat (limited to 'projects/gnutls/build.sh')
-rwxr-xr-xprojects/gnutls/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/gnutls/build.sh b/projects/gnutls/build.sh
index edd4ffc3..5b0f41a1 100755
--- a/projects/gnutls/build.sh
+++ b/projects/gnutls/build.sh
@@ -16,7 +16,7 @@
################################################################################
CONFIGURE_FLAGS=""
-if [[ $CFLAGS = "*sanitize=memory*" ]]
+if [[ $CFLAGS = *sanitize=memory* ]]
then
CONFIGURE_FLAGS="--disable-hardware-acceleration"
fi