[svn r248] Fixes the searching for the MySQL Client library.
1.1 --- a/gmyth/configure.ac Tue Jan 09 16:46:43 2007 +0000
1.2 +++ b/gmyth/configure.ac Tue Jan 09 22:43:23 2007 +0000
1.3 @@ -202,7 +202,7 @@
1.4 AC_CHECK_LIB( mysqlclient, mysql_init,
1.5 [
1.6 MYSQL_CFLAGS="$MYSQL_CFLAGS -DBIG_JOINS=1"
1.7 - MYSQL_LIBS="$MYSQL_LIBS -L/usr/lib -lmysqlclient"
1.8 + MYSQL_LIBS="$MYSQL_LIBS -lmysqlclient"
1.9 ], AC_MSG_ERROR([Could not find mysqlclient library. Make sure the mysql client libraries are installed] ) )
1.10
1.11 AC_CHECK_LIB( z, deflate,