Skip to content

Commit 6e7abdb

Browse files
authored
Merge pull request #16 from cdoco/develop
Fix #15 -> (Increase the static compilation `--enable-jwt`)
2 parents 8370b37 + 5add0d4 commit 6e7abdb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config.m4

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
dnl $Id$
22
dnl config.m4 for extension jwt
33

4+
PHP_ARG_ENABLE(jwt, whether to enable jwt support,
5+
[ --enable-jwt Enable jwt support])
6+
47
PHP_ARG_WITH(openssl, whether to use OpenSSL library,
58
[ --with-openssl[=DIR] Ignore presence of OpenSSL library (requires OpenSSL >= 0.9.8)])
69

7-
if test "$PHP_OPENSSL" != "no"; then
10+
if test "$PHP_JWT" != "no"; then
811

912
SEARCH_PATH="/usr/local /usr /usr/local/opt"
1013
SEARCH_FOR="/include/openssl/hmac.h"

0 commit comments

Comments
 (0)