# HG changeset patch
# User rosfran
# Date 1168382603 0
# Node ID 336a58ad1a901a3c482104ade8a048b01ace39b2
# Parent  8d602d9e22a40a58f6c8979758edbea1c04b2888
[svn r248] Fixes the searching for the MySQL Client library.

diff -r 8d602d9e22a4 -r 336a58ad1a90 gmyth/configure.ac
--- a/gmyth/configure.ac	Tue Jan 09 16:46:43 2007 +0000
+++ b/gmyth/configure.ac	Tue Jan 09 22:43:23 2007 +0000
@@ -202,7 +202,7 @@
 AC_CHECK_LIB( mysqlclient, mysql_init, 
 					[
 						MYSQL_CFLAGS="$MYSQL_CFLAGS -DBIG_JOINS=1"
-						MYSQL_LIBS="$MYSQL_LIBS -L/usr/lib -lmysqlclient"
+						MYSQL_LIBS="$MYSQL_LIBS -lmysqlclient"
 					], AC_MSG_ERROR([Could not find mysqlclient library. Make sure the mysql client libraries are installed] ) )
 
 AC_CHECK_LIB( z, deflate,