view config.m4 @ 8:a1fc155ca80b

Fixed reference-output parameters in key generation functions
author Ivo Smits <Ivo@UCIS.nl>
date Thu, 14 Jul 2011 16:32:23 +0200
parents 96c976fb3c3d
children 130a6a714966
line wrap: on
line source

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