diff options
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 |