Merge branch 'pull-request/1324' into PHP-5.6

* pull-request/1324:
  fix typo, see #68476
This commit is contained in:
Stanislav Malyshev 2015-07-05 01:01:00 -07:00
commit 04ca04f830

View File

@ -37,6 +37,6 @@ if test "$PHP_ENCHANT" != "no"; then
[
AC_DEFINE(HAVE_ENCHANT_BROKER_SET_PARAM, 1, [ ])
AC_DEFINE(ENCHANT_VERSION_STRING, "1.5.x", [ ])
], [], [ -L$ENCHANT_LIB $ENCHANT_SHARED_LIBADD])
], [], [ -L$ENCHANT_LIBDIR $ENCHANT_SHARED_LIBADD])
fi