Mercurial > hg > php_nacl
comparison config.m4 @ 10:130a6a714966 default tip
Use libsodium instead of libnacl
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Thu, 10 Jul 2014 16:34:04 +0000 |
parents | 96c976fb3c3d |
children |
comparison
equal
deleted
inserted
replaced
9:765303f4f2da | 10:130a6a714966 |
---|---|
2 Make sure that the comment is aligned: | 2 Make sure that the comment is aligned: |
3 [ --with-nacl Include nacl support]) | 3 [ --with-nacl Include nacl support]) |
4 | 4 |
5 if test "$PHP_NACL" != "no"; then | 5 if test "$PHP_NACL" != "no"; then |
6 PHP_SUBST(NACL_SHARED_LIBADD) | 6 PHP_SUBST(NACL_SHARED_LIBADD) |
7 PHP_ADD_LIBRARY(nacl, 1, NACL_SHARED_LIBADD) | 7 PHP_ADD_LIBRARY(sodium, 1, NACL_SHARED_LIBADD) |
8 PHP_NEW_EXTENSION(nacl, nacl.c, $ext_shared) | 8 PHP_NEW_EXTENSION(nacl, nacl.c, $ext_shared) |
9 fi | 9 fi |