We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f7e01 commit 249f75eCopy full SHA for 249f75e
ext/sodium/config.m4
@@ -1,12 +1,12 @@
1
dnl $Id$
2
dnl config.m4 for extension sodium
3
4
-PHP_ARG_WITH(sodium, for sodium support,
5
-[ --with-sodium Include sodium support])
6
-
7
PHP_ARG_WITH(libsodium, for libsodium library location,
8
[ --with-libsodium[[=DIR]] libsodium library location, else rely on pkg-config])
9
+PHP_ARG_WITH(sodium, for sodium support,
+[ --with-sodium Include sodium support])
+
10
if test "$PHP_SODIUM" != "no"; then
11
SEARCH_PATH="/usr/local /usr" # you might want to change this
12
SEARCH_FOR="/include/sodium.h" # you most likely want to change this
0 commit comments