diff options
Diffstat (limited to 'ext/oracle/config.m4')
| -rw-r--r-- | ext/oracle/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oracle/config.m4 b/ext/oracle/config.m4 index a167c0c4ce..d3283e18d3 100644 --- a/ext/oracle/config.m4 +++ b/ext/oracle/config.m4 @@ -151,7 +151,7 @@ if test "$PHP_ORACLE" != "no"; then ;; esac - PHP_EXTENSION(oracle, $ext_shared) + PHP_NEW_EXTENSION(oracle, oracle.c, $ext_shared) AC_DEFINE(HAVE_ORACLE,1,[ ]) PHP_SUBST_OLD(ORACLE_SHARED_LIBADD) |
