mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
added json unit tests
This commit is contained in:
@@ -232,11 +232,14 @@ AC_ARG_WITH([json],
|
||||
|
||||
if test "x$search_json" = "xyes"; then
|
||||
# use pkg only
|
||||
# FIXME: search
|
||||
_have_json="yes"
|
||||
LDFLAGS="$LDFLAGS -ljansson"
|
||||
CFLAGS="$CFLAGS -DHAVE_JSON=1"
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL([BUILDJSON], [test "x$_have_json" = "xyes"])
|
||||
|
||||
|
||||
# Check for some target-specific stuff
|
||||
case "$host" in
|
||||
|
||||
Reference in New Issue
Block a user