[libgda] MySQL detection reporting correction
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] MySQL detection reporting correction
- Date: Mon, 4 Oct 2010 18:49:04 +0000 (UTC)
commit b33d8b875af6f4248ba2546f3b6846f20da9a5f2
Author: Vivien Malerba <malerba gnome-db org>
Date: Sun Oct 3 19:30:58 2010 +0200
MySQL detection reporting correction
m4/mysql.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/m4/mysql.m4 b/m4/mysql.m4
index 0964329..2b677cb 100644
--- a/m4/mysql.m4
+++ b/m4/mysql.m4
@@ -81,7 +81,7 @@ m4_define([_MYSQL_CHECK_INTERNAL],
mysql_test_dir=""
AC_ARG_WITH(mysql,
AS_HELP_STRING([--with-mysql[=@<:@yes/no/<directory>@:>@]],
- [Locate Mysql files for the MS Access backend (read only)]),[
+ [Locate Mysql files]),[
if test $withval = no
then
try_mysql=false
@@ -143,7 +143,7 @@ int main() {
LIBS="$save_LIBS"
if test "x$mysql_found" = xyes
then
- AC_MSG_RESULT([not found])
+ AC_MSG_RESULT([found])
MYSQL_CFLAGS=-I$d/include
MYSQL_LIBS="-L$d/$mysql_loclibdir -lmysql"
break
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]