php4-beta | 199912
Date: 12/30/99
- Next message: Mils: "RE: [PHP4BETA] Mail function not working in PHP4 Beta"
- Previous message: Thies C. Arntzen: "Re: [PHP4BETA] get_function() ?"
- Next in thread: Sascha Schumann: "[PHP4BETA] cvs: /php4/ext/odbc config.m4"
- Maybe reply: Sascha Schumann: "[PHP4BETA] cvs: /php4/ext/odbc config.m4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Mils: "RE: [PHP4BETA] Mail function not working in PHP4 Beta"
- Previous message: Thies C. Arntzen: "Re: [PHP4BETA] get_function() ?"
- Next in thread: Sascha Schumann: "[PHP4BETA] cvs: /php4/ext/odbc config.m4"
- Maybe reply: Sascha Schumann: "[PHP4BETA] cvs: /php4/ext/odbc config.m4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

