SYSTEM_LIB_PATH set to "conftest"
"Cihlar, Jan" <[email protected]>
| Newsgroups | gmane.comp.db.unixodbc.devel |
|---|---|
| Message-ID | <4171BB396C058D41A6D4D0FBD158044B06B37513CA@ng-ex-mbx01> |
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 Jan This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. _______________________________________________ unixODBC-dev mailing list [email protected] http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev