We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8370b37 + 5add0d4 commit 6e7abdbCopy full SHA for 6e7abdb
config.m4
@@ -1,10 +1,13 @@
1
dnl $Id$
2
dnl config.m4 for extension jwt
3
4
+PHP_ARG_ENABLE(jwt, whether to enable jwt support,
5
+ [ --enable-jwt Enable jwt support])
6
+
7
PHP_ARG_WITH(openssl, whether to use OpenSSL library,
8
[ --with-openssl[=DIR] Ignore presence of OpenSSL library (requires OpenSSL >= 0.9.8)])
9
-if test "$PHP_OPENSSL" != "no"; then
10
+if test "$PHP_JWT" != "no"; then
11
12
SEARCH_PATH="/usr/local /usr /usr/local/opt"
13
SEARCH_FOR="/include/openssl/hmac.h"
0 commit comments