Mercurial > hg > php_nacl
diff config.m4 @ 0:96c976fb3c3d
Initial commit
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Sun, 27 Feb 2011 18:58:38 +0100 |
parents | |
children | 130a6a714966 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config.m4 Sun Feb 27 18:58:38 2011 +0100 @@ -0,0 +1,9 @@ +PHP_ARG_WITH(nacl, for nacl support, +Make sure that the comment is aligned: +[ --with-nacl Include nacl support]) + +if test "$PHP_NACL" != "no"; then + PHP_SUBST(NACL_SHARED_LIBADD) + PHP_ADD_LIBRARY(nacl, 1, NACL_SHARED_LIBADD) + PHP_NEW_EXTENSION(nacl, nacl.c, $ext_shared) +fi