[svn r248] Fixes the searching for the MySQL Client library. trunk
authorrosfran
Tue Jan 09 22:43:23 2007 +0000 (2007-01-09)
branchtrunk
changeset 247336a58ad1a90
parent 246 8d602d9e22a4
child 248 0f6b44cf56bb
[svn r248] Fixes the searching for the MySQL Client library.
gmyth/configure.ac
     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,