Author: wyoung
Date: Wed Jan 17 06:10:12 2007
New Revision: 1413
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1413&view=rev
Log:
Swapped 'lib' and 'lib64' alternatives used in searching for MySQL
client library so 'lib64 is first. If present, it's almost certainly
the right thing.
Modified:
trunk/config/mysql_loc.m4
Modified: trunk/config/mysql_loc.m4
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/config/mysql_loc.m4?rev=1413&r1=1412&r2=1413&view=diff
==============================================================================
--- trunk/config/mysql_loc.m4 (original)
+++ trunk/config/mysql_loc.m4 Wed Jan 17 06:10:12 2007
@@ -22,11 +22,11 @@
[ --with-mysql=<path> root directory path of MySQL
installation],
[MYSQL_lib_check="$with_mysql/lib/mysql $with_mysql/lib"
MYSQL_inc_check="$with_mysql/include
$with_mysql/include/mysql"],
- [MYSQL_lib_check="/usr/local/mysql/lib/mysql
/usr/local/lib/mysql /opt/mysql/lib/mysql /usr/lib/mysql /usr/lib64/mysql
/usr/local/mysql/lib /usr/local/lib /opt/mysql/lib /usr/lib /usr/lib64"
+ [MYSQL_lib_check="/usr/local/mysql/lib/mysql
/usr/local/lib/mysql /opt/mysql/lib/mysql /usr/lib64/mysql /usr/lib/mysql
/usr/local/mysql/lib /usr/local/lib /opt/mysql/lib /usr/lib64 /usr/lib"
MYSQL_inc_check="/usr/local/mysql/include/mysql
/usr/local/include/mysql /opt/mysql/include/mysql /usr/include/mysql"])
AC_ARG_WITH(mysql-lib,
[ --with-mysql-lib=<path> directory path of MySQL library
installation],
- [MYSQL_lib_check="$with_mysql_lib $with_mysql_lib/lib
$with_mysql_lib/lib64 $with_mysql_lib/lib/mysql $with_mysql_lib/lib64/mysql"])
+ [MYSQL_lib_check="$with_mysql_lib $with_mysql_lib/lib64
$with_mysql_lib/lib $with_mysql_lib/lib64/mysql $with_mysql_lib/lib/mysql"])
AC_ARG_WITH(mysql-include,
[ --with-mysql-include=<path> directory path of MySQL header
installation],
[MYSQL_inc_check="$with_mysql_include
$with_mysql_include/include $with_mysql_include/include/mysql"])
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits