diff --git a/Makefile b/Makefile index fa527a0..e393924 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,8 @@ else CFLAGS += -std=gnu99 endif -ifneq (,$(locale)) +# Locale support should be enabled by default, as it's most common. +ifneq ($(locale),false) CFLAGS += -DHAVE_LOCALE endif