fmk             Tue Jan  7 00:19:49 2003 EDT

  Modified files:              
    /php4/ext/mssql     config.m4 
  Log:
  Making the mssql extension work when build as a shared object
  
  
Index: php4/ext/mssql/config.m4
diff -u php4/ext/mssql/config.m4:1.2 php4/ext/mssql/config.m4:1.3
--- php4/ext/mssql/config.m4:1.2        Mon Dec 30 03:55:21 2002
+++ php4/ext/mssql/config.m4    Tue Jan  7 00:19:48 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.2 2002/12/30 08:55:21 derick Exp $
+dnl $Id: config.m4,v 1.3 2003/01/07 05:19:48 fmk Exp $
 dnl
 
 PHP_ARG_WITH(mssql,for MSSQL support via FreeTDS,
@@ -24,4 +24,5 @@
      ])
   AC_DEFINE(HAVE_MSSQL,1,[ ])
   AC_DEFINE(HAVE_FREETDS,1,[ ])
+  PHP_SUBST(MSSQL_SHARED_LIBADD)
 fi



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to