Re: SYSTEM_LIB_PATH set to "conftest"
Nick Gorham <[email protected]>
| Newsgroups | gmane.comp.db.unixodbc.devel |
|---|---|
| Message-ID | <[email protected]> |
On 17/08/11 14:36, Cihlar, Jan wrote: > > Hi, > > I have noticed in 2.3.0 that SYSTEM_LIB_PATH is set to "conftest" > which seems to be wrong. The following patch should fix the problem > (if I understood the meaning of SYSTEM_LIB_PATH correctly): > > --- configure.in.orig 2011-08-17 15:18:29.000000000 +0200 > > +++ configure.in 2011-08-17 15:18:55.000000000 +0200 > > @@ -152,7 +152,7 @@ > > AC_DEFINE_DIR([DEFLIB_PATH], [libdir], [Lib directory]) > > AC_DEFINE_DIR([LIB_PREFIX], [libdir], [Lib directory]) > > AC_DEFINE_DIR([SYSTEM_FILE_PATH], [sysconfdir], [System file path]) > > -AC_DEFINE_DIR([SYSTEM_LIB_PATH], [lib], [Lib path]) > > +AC_DEFINE_DIR([SYSTEM_LIB_PATH], [libdir], [Lib path]) > > AC_DEFINE_DIR([PREFIX], [prefix], [Install prefix]) > > AC_DEFINE_DIR([EXEC_PREFIX], [exec_prefix], [Install exec_prefix]) > > AC_DEFINE_DIR([BIN_PREFIX], [bindir], [Install bindir]) > > Bye > Yep, that looks about right. -- Nick _______________________________________________ unixODBC-dev mailing list [email protected] http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev