This repository has been archived on 2020-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
php-armadillo/config.m4

8 lines
210 B
Plaintext
Raw Normal View History

2019-02-05 13:31:16 +00:00
PHP_ARG_ENABLE(arma, for armadillo support,
[ --enable-arma Enable armadillo support])
if test "$PHP_ARMA" != "no"; then
ARMA_SRC="src/arma.c"
PHP_NEW_EXTENSION(arma, $ARMA_SRC, $ext_shared)
fi