From 120a6ede449ee8f4c9236e663f77ddefd29ce437 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 12 Mar 2002 16:44:01 +0000 Subject: [PATCH] add makefile fragment manually --- ext/informix/config.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/informix/config.m4 b/ext/informix/config.m4 index c00a9b29ce..07aac3a010 100644 --- a/ext/informix/config.m4 +++ b/ext/informix/config.m4 @@ -9,6 +9,7 @@ PHP_ARG_WITH(informix,for Informix support, if test "$PHP_INFORMIX" != "no"; then PHP_NEW_EXTENSION(informix, ifx.c, $ext_shared) + PHP_ADD_MAKEFILE_FRAGMENT PHP_SUBST(INFORMIX_SHARED_LIBADD) if test "$INFORMIXDIR" = ""; then -- 2.50.1