diff options
author | Gunter Grodotzki <gunter@grodotzki.co.za> | 2015-06-04 18:27:08 +0200 |
---|---|---|
committer | Gunter Grodotzki <gunter@grodotzki.co.za> | 2015-06-04 18:27:08 +0200 |
commit | 5f80da29ee187196685df8903622b05f826fb9ec (patch) | |
tree | 070aaa7101c4a03cff56d0b4e8dc3513853e98aa /ext/enchant | |
parent | 9a0bdd9069bea0bc8decff365f8e4d5adee27ef8 (diff) | |
download | php-git-5f80da29ee187196685df8903622b05f826fb9ec.tar.gz |
fix typo, see #68476
Diffstat (limited to 'ext/enchant')
-rwxr-xr-x | ext/enchant/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/enchant/config.m4 b/ext/enchant/config.m4 index db8a69c5d1..d870cac667 100755 --- a/ext/enchant/config.m4 +++ b/ext/enchant/config.m4 @@ -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 |