List:Commits« Previous MessageNext Message »
From:pharvey Date:March 2 2007 11:28pm
Subject:Connector/ODBC 3.51 commit: r228 - trunk
View as plain text  
Modified:
   trunk/configure.in
Log:
- SUSE 10.0 latest updates and no special installs... failed to use
  old macro for creating myconf.h... switched to new one.


Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2007-02-25 18:49:24 UTC (rev 227)
+++ trunk/configure.in	2007-03-02 22:28:35 UTC (rev 228)
@@ -51,7 +51,8 @@
 ###################################################################
 
 SHARED_LIB_VERSION=1:0:0
-AM_CONFIG_HEADER(driver/myconf.h)
+# AM_CONFIG_HEADER(driver/myconf.h)
+AC_CONFIG_HEADERS(driver/myconf.h)
 AC_SUBST(myodbc_version)
 
 # Canonicalize the configuration name.

Thread
Connector/ODBC 3.51 commit: r228 - trunkpharvey2 Mar