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. release_0_8_9_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1186-g3d9edb9
Date: Mon, 19 Sep 2011 13:34:16 +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  3d9edb9e27faee77725cf3498445d147a8c0aaf8 (commit)
      from  28d4449ba9228cbb3d17a579bef13f856a70e64f (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=3d9edb9e27faee77725cf3498445d147a8c0aaf8


commit 3d9edb9e27faee77725cf3498445d147a8c0aaf8
Author: Rob Savoye <address@hidden>
Date:   Mon Sep 19 07:34:06 2011 -0600

    don't use AC_MSG_ERROR, as it exits after message.

diff --git a/configure.ac b/configure.ac
index 58c07d4..3bae597 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1160,7 +1160,7 @@ if test x"${build_egl_device}" = xyes; then
       device_list="${device_list} EGL"
       ndevice=$((ndevice+1))
   else
-    AC_MSG_ERROR(["EGL requested but development package not found"])
+    AC_MSG_WARN(["EGL requested but development package not found"])
     build_egl_device=no
   fi
 fi

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

Summary of changes:
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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