aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-10-07 22:51:31 +1030
committerMark Pulford <mark@kyne.com.au>2011-10-07 22:51:31 +1030
commit48c5cf183fa7cab608168fdec2406a1ca3cb2c11 (patch)
tree76b385d490badeb00cf6ced3b59843ef94f20c34 /README
parent0f3ab84a261292d16f684551e67f2f007199936a (diff)
downloadlua-cjson-48c5cf183fa7cab608168fdec2406a1ca3cb2c11.tar.gz
lua-cjson-48c5cf183fa7cab608168fdec2406a1ca3cb2c11.tar.bz2
lua-cjson-48c5cf183fa7cab608168fdec2406a1ca3cb2c11.zip
Rename MISSING_ISINF to USE_INTERNAL_ISINF
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 473bf83..e8c3abe 100644
--- a/README
+++ b/README
@@ -55,7 +55,7 @@ build and install the module:
55 # cp cjson.so [your_module_directory] 55 # cp cjson.so [your_module_directory]
56 56
57Note: Some Solaris platforms are missing isinf(). You can work around 57Note: Some Solaris platforms are missing isinf(). You can work around
58 this bug by adding -DMISSING_ISINF to CFLAGS in the Makefile. 58 this bug by adding -DUSE_INTERNAL_ISINF to CFLAGS in the Makefile.
59 59
60 60
61RPM 61RPM