diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
57 | Note: Some Solaris platforms are missing isinf(). You can work around | 57 | Note: 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 | ||
61 | RPM | 61 | RPM |