gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. 775ec6f542263dde338e


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 775ec6f542263dde338e9b3b88b08bbfdc033cfa
Date: Tue, 07 Dec 2010 16:11:39 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  775ec6f542263dde338e9b3b88b08bbfdc033cfa (commit)
       via  2a906bf9ca5cdbc969134e679d7da2de3145e6a9 (commit)
      from  3ef4e2a49a36824753f202868abb8fd32908bc1b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=775ec6f542263dde338e9b3b88b08bbfdc033cfa


commit 775ec6f542263dde338e9b3b88b08bbfdc033cfa
Author: Sandro Santilli <address@hidden>
Date:   Tue Dec 7 17:11:27 2010 +0100

    Fix reporting of mysql_config detection

diff --git a/macros/mysql.m4 b/macros/mysql.m4
index 2d8f966..b6dd4d4 100644
--- a/macros/mysql.m4
+++ b/macros/mysql.m4
@@ -31,7 +31,6 @@ AC_DEFUN([GNASH_PATH_MYSQL],
 
   if test x"${ac_cv_path_mysql_incl}" = x; then
     AC_CHECK_PROG(mconfig, mysql_config, mysql_config)
-    AC_MSG_RESULT(${ac_cv_prog_mconfig})
   fi
   if test x"${ac_cv_prog_mconfig}" = "x" ; then
      AC_CHECK_PROG(mconfig, mysql-config, mysql-config)

http://git.savannah.gnu.org/cgit//commit/?id=2a906bf9ca5cdbc969134e679d7da2de3145e6a9


commit 2a906bf9ca5cdbc969134e679d7da2de3145e6a9
Author: Sandro Santilli <address@hidden>
Date:   Tue Dec 7 17:10:08 2010 +0100

    Fix reporting of MySQL libraries detection

diff --git a/macros/mysql.m4 b/macros/mysql.m4
index 9689d11..2d8f966 100644
--- a/macros/mysql.m4
+++ b/macros/mysql.m4
@@ -96,13 +96,14 @@ AC_DEFUN([GNASH_PATH_MYSQL],
       done
     ])
     AC_MSG_CHECKING([for MySQL client library])
-    AC_MSG_RESULT(${ac_cv_path_mysql_lib})
   fi #}
 
 
   if test x"${ac_cv_path_mysql_lib}" != x; then
+    AC_MSG_RESULT(${ac_cv_path_mysql_lib})
     MYSQL_LIBS="${ac_cv_path_mysql_lib}"
   else
+    AC_MSG_RESULT(no)
     MYSQL_LIBS=""
   fi
 

-----------------------------------------------------------------------

Summary of changes:
 macros/mysql.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]