Changeset 953 for trunk/zoo-project
- Timestamp:
- Sep 6, 2019, 4:49:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/configure.ac
r952 r953 72 72 [AS_HELP_STRING([--with-json=PATH], [Specifies an alternative location for the json-c library])], 73 73 [JSON_DIR="$withval"], [JSON_DIR="/usr/"]) 74 if test "x$JSON_DIR" != "x" && test "x$CALLBACK_ACTIVATED" == "xyes"74 if test "x$JSON_DIR" != "x" 75 75 then 76 76 JSON_CPPFLAGS="-DUSE_JSON -I$JSON_DIR/include/json-c/"
Note: See TracChangeset
for help on using the changeset viewer.