Author: wyoung
Date: Fri Jan 12 20:47:00 2007
New Revision: 1407
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1407&view=rev
Log:
Added several lib64 alternatives to the standard set of directories we
search when looking for the MySQL client library. Fix suggested by
Chris Dyer <[EMAIL PROTECTED]>
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=1407&r1=1406&r2=1407&view=diff
==============================================================================
--- trunk/config/mysql_loc.m4 (original)
+++ trunk/config/mysql_loc.m4 Fri Jan 12 20:47:00 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/local/mysql/lib
/usr/local/lib /opt/mysql/lib /usr/lib"
+ [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_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/lib/mysql"])
+ [MYSQL_lib_check="$with_mysql_lib $with_mysql_lib/lib
$with_mysql_lib/lib64 $with_mysql_lib/lib/mysql $with_mysql_lib/lib64/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