From 8c695b45dac93f9359d8ac9333a22425fa864877 Mon Sep 17 00:00:00 2001 From: Samuel Barney Date: Sat, 14 Dec 2013 07:47:29 -0700 Subject: Fixed clang autodetection. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index c8cdd35e1..d729268e7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -88,7 +88,7 @@ CXX_OPTIONS += -Wall ################################################### # Fix Crypto++ warnings in clang -ifeq ($(shell $(CXX) --version 2>&1 | grep -i -c "clang version"),1) +ifeq ($(shell $(CXX) --version 2>&1 | grep -i -c "clang"),1) CC_OPTIONS += -DCRYPTOPP_DISABLE_ASM CXX_OPTIONS += -DCRYPTOPP_DISABLE_ASM endif -- cgit v1.2.3