diff options
Diffstat (limited to 'ext/ingres_ii/config.m4')
-rw-r--r-- | ext/ingres_ii/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ingres_ii/config.m4 b/ext/ingres_ii/config.m4 index 40228d6359..3761714e00 100644 --- a/ext/ingres_ii/config.m4 +++ b/ext/ingres_ii/config.m4 @@ -8,7 +8,7 @@ PHP_ARG_WITH(ingres, for Ingres II support, if test "$PHP_INGRES" != "no"; then AC_DEFINE(HAVE_II, 1, [Whether you have Ingres II]) - PHP_EXTENSION(ingres_ii, $ext_shared) + PHP_NEW_EXTENSION(ingres_ii, ii.c, $ext_shared) PHP_SUBST(II_SHARED_LIBADD) if test "$PHP_INGRES" = "yes"; then |