ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-cvs
php-cvs
[PHP-CVS] cvs: php-src /ext/odbc config.m4
by Jani Taskinen other posts by this author
Jun 18 2005 6:18AM messages near this date
[PHP-CVS] cvs: php-src /ext/dba config.m4 | [PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c
sniper		Sat Jun 18 09:17:52 2005 EDT

  Modified files:              
    /php-src/ext/odbc	config.m4 
  Log:
  no trailing dots
  
http://cvs.php.net/diff.php/php-src/ext/odbc/config.m4?r1=1.76&r2=1.77&ty=u
Index: php-src/ext/odbc/config.m4
diff -u php-src/ext/odbc/config.m4:1.76 php-src/ext/odbc/config.m4:1.77
--- php-src/ext/odbc/config.m4:1.76	Sun May 29 19:16:42 2005
+++ php-src/ext/odbc/config.m4	Sat Jun 18 09:17:52 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.76 2005/05/29 23:16:42 sniper Exp $
+dnl $Id: config.m4,v 1.77 2005/06/18 13:17:52 sniper Exp $
 dnl
 
 dnl
@@ -400,7 +400,7 @@
                           run configure script:
                               CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\"
                               LDFLAGS=-lunix
-                              CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\".],
+                              CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"],
 [
   if test "$withval" = "yes"; then
     withval=/usr/local

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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved