List:Commits« Previous MessageNext Message »
From:pharvey Date:March 2 2007 11:14pm
Subject:Connector/ODBC 3.51 commit: r229 - trunk
View as plain text  
Modified:
   trunk/configure.in
Log:
- add default path to libltdl (/usr/lib)
- needs to be smarter but works for now


Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2007-03-02 22:28:35 UTC (rev 228)
+++ trunk/configure.in	2007-03-02 23:14:38 UTC (rev 229)
@@ -181,7 +181,7 @@
   else
    LTDL_LIB="-L$withval/lib -lltdl"
   fi
-], [])
+], [LTDL_LIB="-L/usr/lib -lltdl"])
 AC_SUBST(LTDL_LIB)
 
 dnl AC_CHECK_LIB(ltdl, lt_dlinit, [],

Thread
Connector/ODBC 3.51 commit: r229 - trunkpharvey3 Mar