diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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' |