Skip to content

Commit 249f75e

Browse files
committed
change order, allow to build as shared extension
1 parent d5f7e01 commit 249f75e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/sodium/config.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dnl $Id$
22
dnl config.m4 for extension sodium
33

4-
PHP_ARG_WITH(sodium, for sodium support,
5-
[ --with-sodium Include sodium support])
6-
74
PHP_ARG_WITH(libsodium, for libsodium library location,
85
[ --with-libsodium[[=DIR]] libsodium library location, else rely on pkg-config])
96

7+
PHP_ARG_WITH(sodium, for sodium support,
8+
[ --with-sodium Include sodium support])
9+
1010
if test "$PHP_SODIUM" != "no"; then
1111
SEARCH_PATH="/usr/local /usr" # you might want to change this
1212
SEARCH_FOR="/include/sodium.h" # you most likely want to change this

0 commit comments

Comments
 (0)