summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 611bb7c3..79b4f9d4 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ PYTHON ?= $(shell \
 	     || (python2 -c 'import sys; sys.exit(sys.version < "2.6")' && \
 	         which python2) \
 	   )
-ifeq ($(strip $(PYTHON)),)
+ifeq ($(PYTHON),)
   $(error No suitable python found.)
 endif
 SETUPOPTS ?= '--record=install_log.txt'