summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2016-03-23 11:58:00 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2016-03-23 11:58:00 (GMT)
commitb9e0834f468b9c6c0fa1f2758971a3182e3cd863 (patch)
treed36a6765e682a4a3021d634e80bcea50a47e1f20 /Makefile.pre.in
parent96f6e7a1edfdbfbb85538d897ec6001f218b351e (diff)
parent3a56b775da86942ddc7f0e042407710234949c78 (diff)
downloadcpython-b9e0834f468b9c6c0fa1f2758971a3182e3cd863.zip
cpython-b9e0834f468b9c6c0fa1f2758971a3182e3cd863.tar.gz
cpython-b9e0834f468b9c6c0fa1f2758971a3182e3cd863.tar.bz2
Merge 3.5
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 5c90daf..6dd1b51 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -483,7 +483,7 @@ build_all: $(BUILDPYTHON) oldsharedmods sharedmods gdbhooks Programs/_testembed
# Compile a binary with profile guided optimization.
profile-opt:
- @if [ $(LLVM_PROF_ERR) == yes ]; then \
+ @if [ $(LLVM_PROF_ERR) = yes ]; then \
echo "Error: Cannot perform PGO build because llvm-profdata was not found in PATH" ;\
echo "Please add it to PATH and run ./configure again" ;\
exit 1;\