vlc | branch: master | Marvin Scholz <[email protected]> | Fri Oct  4 16:38:18 
2019 +0200| [755d909a3732ff6106de5fb6532f13b25947d2e6] | committer: Marvin 
Scholz

contrib: gmp: Fix clang check

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=755d909a3732ff6106de5fb6532f13b25947d2e6
---

 contrib/src/gmp/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/gmp/rules.mak b/contrib/src/gmp/rules.mak
index fa9b281873..b54617828f 100644
--- a/contrib/src/gmp/rules.mak
+++ b/contrib/src/gmp/rules.mak
@@ -5,7 +5,7 @@ GMP_URL := 
https://gmplib.org/download/gmp-$(GMP_VERSION)/gmp-$(GMP_VERSION).tar
 
 GMP_CONF :=
 
-ifeq ($(CC),clang)
+ifdef HAVE_CLANG
 ifeq ($(ARCH),mipsel)
 GMP_CONF += --disable-assembly
 endif

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to