From 48c5cf183fa7cab608168fdec2406a1ca3cb2c11 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Fri, 7 Oct 2011 22:51:31 +1030 Subject: Rename MISSING_ISINF to USE_INTERNAL_ISINF --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5731440..5857aee 100644 --- a/Makefile +++ b/Makefile @@ -19,9 +19,9 @@ LUA_LIB_DIR ?= $(PREFIX)/lib/lua/$(LUA_VERSION) CFLAGS ?= -g -O3 -Wall -pedantic override CFLAGS += -fpic -I$(LUA_INCLUDE_DIR) -DVERSION=\"$(CJSON_VERSION)\" -## Conditional work arounds +## Optional work arounds # Handle Solaris platforms that are missing isinf(). -#override CFLAGS += -DMISSING_ISINF +#override CFLAGS += -DUSE_INTERNAL_ISINF # Handle locales that use comma as a decimal separator on locale aware # platforms. Requires POSIX-1.2008 support. override CFLAGS += -DUSE_POSIX_LOCALE -- cgit v1.2.3-55-g6feb