File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ PHP_ARG_WITH([enchant],
4
4
[ Include Enchant support] ) ] )
5
5
6
6
if test "$PHP_ENCHANT" != "no"; then
7
- PHP_NEW_EXTENSION(enchant, enchant.c, $ext_shared)
8
-
9
7
PKG_CHECK_MODULES([ ENCHANT] , [ enchant] )
10
8
11
9
PHP_EVAL_INCLINE($ENCHANT_CFLAGS)
@@ -18,4 +16,7 @@ if test "$PHP_ENCHANT" != "no"; then
18
16
AC_DEFINE ( HAVE_ENCHANT_BROKER_SET_PARAM , 1 , [ ] )
19
17
AC_DEFINE ( ENCHANT_VERSION_STRING , "1.5.x" , [ ] )
20
18
] )
19
+
20
+ PHP_NEW_EXTENSION(enchant, enchant.c, $ext_shared)
21
+ PHP_SUBST(ENCHANT_SHARED_LIBADD)
21
22
fi
Original file line number Diff line number Diff line change @@ -10,5 +10,7 @@ if test "$PHP_SODIUM" != "no"; then
10
10
PHP_EVAL_LIBLINE($LIBSODIUM_LIBS, SODIUM_SHARED_LIBADD)
11
11
12
12
AC_DEFINE ( HAVE_LIBSODIUMLIB , 1 , [ ] )
13
+
13
14
PHP_NEW_EXTENSION(sodium, libsodium.c, $ext_shared)
15
+ PHP_SUBST(SODIUM_SHARED_LIBADD)
14
16
fi
You can’t perform that action at this time.
0 commit comments