summaryrefslogtreecommitdiff
path: root/ext/pspell
diff options
context:
space:
mode:
authorJoe Orton <jorton@php.net>2004-11-03 14:32:52 +0000
committerJoe Orton <jorton@php.net>2004-11-03 14:32:52 +0000
commit2685ca935fceb0dbb4cb61161c93444cec7eef2c (patch)
treed8a3df250ee349710abf8ff900af5226b6d05c9f /ext/pspell
parent557cda47a06bd879835d864c1874671b35f82093 (diff)
downloadphp-git-2685ca935fceb0dbb4cb61161c93444cec7eef2c.tar.gz
Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib
to support multi-ABI platforms.
Diffstat (limited to 'ext/pspell')
-rw-r--r--ext/pspell/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pspell/config.m4 b/ext/pspell/config.m4
index 955ddbf770..2f0581eaf3 100644
--- a/ext/pspell/config.m4
+++ b/ext/pspell/config.m4
@@ -27,7 +27,7 @@ if test "$PHP_PSPELL" != "no"; then
AC_MSG_ERROR(Cannot find pspell)
fi
- PSPELL_LIBDIR=$PSPELL_DIR/lib
+ PSPELL_LIBDIR=$PSPELL_DIR/$PHP_LIBDIR
AC_DEFINE(HAVE_PSPELL,1,[ ])
PHP_SUBST(PSPELL_SHARED_LIBADD)