check for JSON perl module and if not found ask developer to install it
partial fix for #74
This commit is contained in:
parent
37afa01be3
commit
0104a1c6f3
@ -5,3 +5,5 @@
|
||||
set -e
|
||||
autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }
|
||||
find . \( -name '*-private.h' -o -name '*-protos.h' \) | xargs rm -f
|
||||
perl -MJSON -e 'print foo;' || \
|
||||
{ echo "you must install JSON perl module (cpan install JSON)"; exit 1; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user