summaryrefslogtreecommitdiff
path: root/ext/gettext
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/gettext
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/gettext')
-rw-r--r--ext/gettext/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gettext/config.m4 b/ext/gettext/config.m4
index 23bc9ae6f3..ef9f00d693 100644
--- a/ext/gettext/config.m4
+++ b/ext/gettext/config.m4
@@ -14,7 +14,7 @@ if test "$PHP_GETTEXT" != "no"; then
AC_MSG_ERROR(Cannot locate header file libintl.h)
fi
- GETTEXT_LIBDIR=$GETTEXT_DIR/lib
+ GETTEXT_LIBDIR=$GETTEXT_DIR/$PHP_LIBDIR
GETTEXT_INCDIR=$GETTEXT_DIR/include
O_LDFLAGS=$LDFLAGS