From 8306637a1ae19d4a2ddbc1353b8ddb1c6a192b82 Mon Sep 17 00:00:00 2001 From: Max Moroz Date: Tue, 9 May 2017 14:23:22 +0200 Subject: [gnutls] Remove double-quotes from string comparison in build.sh. --- projects/gnutls/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3