fixed typo that prevented tiff support from being enabled by default

This commit is contained in:
Stefan Gartner 2010-05-27 06:08:48 +00:00
parent f05e79c2ae
commit 0db16ff434

@ -158,7 +158,7 @@ ifndef CONFIG_GUESS
export BF_PCRE_LIBS ?= $(BF_PCRE)/lib/libpcre.a
endif
export WITH_TIFF =? true
export WITH_TIFF ?= true
# Compare recreated .mo files with committed ones
export BF_VERIFY_MO_FILES ?= true