From 2685ca935fceb0dbb4cb61161c93444cec7eef2c Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 3 Nov 2004 14:32:52 +0000 Subject: Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib to support multi-ABI platforms. --- ext/gettext/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/gettext') 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 -- cgit v1.2.1