Mercurial > hg > php_nacl
annotate config.m4 @ 0:96c976fb3c3d
Initial commit
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Sun, 27 Feb 2011 18:58:38 +0100 |
parents | |
children | 130a6a714966 |
rev | line source |
---|---|
0 | 1 PHP_ARG_WITH(nacl, for nacl support, |
2 Make sure that the comment is aligned: | |
3 [ --with-nacl Include nacl support]) | |
4 | |
5 if test "$PHP_NACL" != "no"; then | |
6 PHP_SUBST(NACL_SHARED_LIBADD) | |
7 PHP_ADD_LIBRARY(nacl, 1, NACL_SHARED_LIBADD) | |
8 PHP_NEW_EXTENSION(nacl, nacl.c, $ext_shared) | |
9 fi |