summaryrefslogtreecommitdiff
path: root/ext/enchant
diff options
context:
space:
mode:
authorGunter Grodotzki <gunter@grodotzki.co.za>2015-06-04 18:27:08 +0200
committerGunter Grodotzki <gunter@grodotzki.co.za>2015-06-04 18:27:08 +0200
commit5f80da29ee187196685df8903622b05f826fb9ec (patch)
tree070aaa7101c4a03cff56d0b4e8dc3513853e98aa /ext/enchant
parent9a0bdd9069bea0bc8decff365f8e4d5adee27ef8 (diff)
downloadphp-git-5f80da29ee187196685df8903622b05f826fb9ec.tar.gz
fix typo, see #68476
Diffstat (limited to 'ext/enchant')
-rwxr-xr-xext/enchant/config.m42
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