Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 199912

[PHP4BETA] cvs: /php4/ext/odbc config.m4 From: Sascha Schumann (sascha <email protected>)
Date: 12/30/99

sas Thu Dec 30 08:20:27 1999 EDT

  Modified files:
    /php4/ext/odbc config.m4
  Log:
  Fix define.
  
  This should be the last one, my earlier search didn't find macro names
  contain numbers.
  
  
Index: php4/ext/odbc/config.m4
diff -u php4/ext/odbc/config.m4:1.14 php4/ext/odbc/config.m4:1.15
--- php4/ext/odbc/config.m4:1.14 Wed Dec 29 23:52:09 1999
+++ php4/ext/odbc/config.m4 Thu Dec 30 08:19:56 1999
@@ -141,7 +141,7 @@
     ODBC_INCLUDE=-I$ODBC_INCDIR
     ODBC_TYPE=db2
     ODBC_LIBS="-ldb2"
- AC_DEFINE(HAVE_IBMDB2,,[ ])
+ AC_DEFINE(HAVE_IBMDB2,1,[ ])
 
     AC_MSG_RESULT(yes)
   else

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>