gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, openvg, updated. 10f3f42a8efcda432765


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, openvg, updated. 10f3f42a8efcda4327658079dee4a06ed837335b
Date: Sat, 18 Dec 2010 23:55:19 +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, openvg has been updated
       via  10f3f42a8efcda4327658079dee4a06ed837335b (commit)
      from  3a7e71da5c21bc855ad97882f335c21f3852f1e4 (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=10f3f42a8efcda4327658079dee4a06ed837335b


commit 10f3f42a8efcda4327658079dee4a06ed837335b
Author: Rob Savoye <address@hidden>
Date:   Sat Dec 18 15:48:32 2010 -0700

    fix X11 device configury

diff --git a/configure.ac b/configure.ac
index 7098b34..9f0561c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1984,8 +1984,8 @@ GNASH_PATH_X11
 AC_CHECK_LIB(Xi, XInput_find_display)
 AC_CHECK_LIB(X11, XDisableAccessControl)
 dnl fi
-AM_CONDITIONAL(HAVE_X11, [test x$has_x11x = xyes])
-if test x$has_x11 = xyes; then
+AM_CONDITIONAL(HAVE_X11, [test x${has_x11} = xyes])
+if test x${build_x11_device} = xyes -a  x${has_x11} = xyes; then
   AC_DEFINE(BUILD_X11_DEVICE, [1], [Build the X11 device])
 fi
 AC_CHECK_LIB(rt, shm_unlink)

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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