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. 5fd64f8db62c2ab7e5ea


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 5fd64f8db62c2ab7e5eae6c27357b6817e377c96
Date: Sat, 18 Dec 2010 23:55:18 +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  5fd64f8db62c2ab7e5eae6c27357b6817e377c96 (commit)
      from  ec3bc9210945726e5c026afd27e062e253192c7a (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=5fd64f8db62c2ab7e5eae6c27357b6817e377c96


commit 5fd64f8db62c2ab7e5eae6c27357b6817e377c96
Author: Brad Smith <address@hidden>
Date:   Sat Dec 18 18:50:15 2010 -0500

    Unbreak distcheck on OpenBSD.

diff --git a/configure.ac b/configure.ac
index 1c35bbd..1a3729b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -636,7 +636,9 @@ AC_ARG_ENABLE(gui,
         if test x${linux} = xyes; then
           build_fb=yes
         fi
-        build_kde4=yes
+        if test x${openbsd} != xyes; then
+          build_kde4=yes
+        fi
         build_sdl=yes
         ;;
       *) AC_MSG_ERROR([invalid gui ${enableval} given (accept: 
gtk|kde3|kde4|fltk|sdl|riscos|aqua|fb|qtopia3|qtopia4|dump|aos4|haiku)])

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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