From: Sascha Schumann Date: Tue, 12 Mar 2002 16:53:20 +0000 (+0000) Subject: forgot to add _NEW_ X-Git-Tag: help~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0bdaedca1f6c6d11b1e6c0da87b50d542d81ad3;p=php forgot to add _NEW_ --- diff --git a/ext/db/config.m4 b/ext/db/config.m4 index e939694376..9f4a102aad 100644 --- a/ext/db/config.m4 +++ b/ext/db/config.m4 @@ -54,5 +54,5 @@ if test "$PHP_DB" != "no"; then EXTRA_LIBS="$EXTRA_LIBS $DBM_LIB" fi - PHP_EXTENSION(db, db.c) + PHP_NEW_EXTENSION(db, db.c) fi