]> granicus.if.org Git - php/commitdiff
change order, allow to build as shared extension
authorRemi Collet <remi@php.net>
Tue, 11 Jul 2017 11:53:06 +0000 (13:53 +0200)
committerRemi Collet <remi@php.net>
Tue, 11 Jul 2017 11:53:06 +0000 (13:53 +0200)
ext/sodium/config.m4

index edb5cd67bcdd2e2adb9fa7b7fc4a17e058c8485d..dc7ffe1e8d1b4cc8b0d60611533e672d90b3d01a 100644 (file)
@@ -1,12 +1,12 @@
 dnl $Id$
 dnl config.m4 for extension sodium
 
-PHP_ARG_WITH(sodium, for sodium support,
-[  --with-sodium           Include sodium support])
-
 PHP_ARG_WITH(libsodium, for libsodium library location,
 [  --with-libsodium[[=DIR]]  libsodium library location, else rely on pkg-config])
 
+PHP_ARG_WITH(sodium, for sodium support,
+[  --with-sodium           Include sodium support])
+
 if test "$PHP_SODIUM" != "no"; then
   SEARCH_PATH="/usr/local /usr"     # you might want to change this
   SEARCH_FOR="/include/sodium.h"  # you most likely want to change this