summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Barney <samjbarney@gmail.com>2013-12-14 15:47:29 +0100
committerSamuel Barney <samjbarney@gmail.com>2013-12-14 15:47:29 +0100
commit8c695b45dac93f9359d8ac9333a22425fa864877 (patch)
treed2dbb4c357f0409c334dd1f299bb187b8d7b64df
parentMerge pull request #423 from mc-server/redstoneimprovements (diff)
downloadcuberite-8c695b45dac93f9359d8ac9333a22425fa864877.tar
cuberite-8c695b45dac93f9359d8ac9333a22425fa864877.tar.gz
cuberite-8c695b45dac93f9359d8ac9333a22425fa864877.tar.bz2
cuberite-8c695b45dac93f9359d8ac9333a22425fa864877.tar.lz
cuberite-8c695b45dac93f9359d8ac9333a22425fa864877.tar.xz
cuberite-8c695b45dac93f9359d8ac9333a22425fa864877.tar.zst
cuberite-8c695b45dac93f9359d8ac9333a22425fa864877.zip
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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