diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-07-25 18:31:30 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-07-25 18:31:30 +0000 |
commit | e5e4057f22edb81b3783f7fd092d2addbfdf1d0a (patch) | |
tree | 536e5b39d91fe18b7249076d54e0411c466c24d7 /mysql.m4 | |
parent | c6fe2b8f4df3b49aa3d0149302e8c95024dc96e6 (diff) |
BUILD : 1.7.4 (283) BUGS : N/A NOTES : Added better mysql detection to autoconf
git-svn-id: svn://svn.anope.org/anope/trunk@283 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@182 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'mysql.m4')
-rw-r--r-- | mysql.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -44,8 +44,7 @@ AC_ARG_WITH(mysqlclient-lib, mysqlclient_fail="" dnl test --with-mysqlclient-prefix - for tryprefix in /usr /usr/local /usr/mysql /usr/local/mysql /usr/pkg -$msqlclient_prefix; do + for tryprefix in /usr /usr/local /usr/mysql /usr/local/mysql /usr/pkg $msqlclient_prefix; do #testloop for hloc in lib/mysql lib ; do if test -e "$tryprefix/$hloc/libmysqlclient.so"; then |