about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-07-01 11:46:45 +0200
committervan Hauser <vh@thc.org>2019-07-01 11:46:45 +0200
commit134d2bd7664c689c4e1706c2805e4d974330fd2f (patch)
tree9c59d046704627dedacb213c587f05a757405b80
parent9eb2cd73274362f117621696dd407ac631334e74 (diff)
downloadafl++-134d2bd7664c689c4e1706c2805e4d974330fd2f.tar.gz
various fixes
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 18e91b1e..16c3aebe 100644
--- a/Makefile
+++ b/Makefile
@@ -159,7 +159,7 @@ endif
 all_done: test_build
 	@if [ ! "`which clang 2>/dev/null`" = "" ]; then echo "[+] LLVM users: see llvm_mode/README.llvm for a faster alternative to afl-gcc."; fi
 	@echo "[+] All done! Be sure to review the README - it's pretty short and useful."
-ifeq "$(SHM_OK)" "1"
+ifeq "$(SHM_OK)" "0"
 	@echo "[!] shmem isn't working on your platform - compile every target with -lrt:"
 	@echo "[!]  CFLAGS=-lrt LDFLAGS=-lrt CC=afl-gcc CXX=afl-g++ ./configure"
 endif