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_start-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-313-g229dfac
Date: Mon, 21 Mar 2011 23:49:20 +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  229dfaced2d4b1e23b5f1779439f6f80041167a7 (commit)
       via  eec5092fe199b3eafb84c49d1c21c7af5f820252 (commit)
      from  6a52b6eb12857c7c879927d8b73650c203d87a7a (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=229dfaced2d4b1e23b5f1779439f6f80041167a7


commit 229dfaced2d4b1e23b5f1779439f6f80041167a7
Author: Bastiaan Jacques <address@hidden>
Date:   Tue Mar 22 00:45:06 2011 +0100

    Break the outer loop so we don't continue looking after we've found the GTK 
headers.

diff --git a/macros/glib.m4 b/macros/glib.m4
index d104f05..535364e 100644
--- a/macros/glib.m4
+++ b/macros/glib.m4
@@ -56,7 +56,7 @@ AC_DEFUN([GNASH_PATH_GLIB],
           if test -f ${gnash_glib_config}/include/glibconfig.h; then
             ac_cv_path_glib_incl="${ac_cv_path_glib_incl} 
-I${gnash_glib_config}/include"
           fi
-          break
+          break 2
         fi
       done
     done

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


commit eec5092fe199b3eafb84c49d1c21c7af5f820252
Author: Bastiaan Jacques <address@hidden>
Date:   Mon Mar 21 21:06:01 2011 +0100

    Remove the --enable-allstatic option, which does nothing.

diff --git a/configure.ac b/configure.ac
index 15e0187..b3e2a3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1375,18 +1375,6 @@ AC_ARG_ENABLE(fps-debug,
   yes) AC_DEFINE([GNASH_FPS_DEBUG], [1], [Enable FPS debugging code])
 esac])
 
-dnl When we're making binary releases, it's often nice to just statically link
-dnl the final executables so we don't worry about what's installed, or which
-dnl version it is.
-AC_ARG_ENABLE(allstatic,
-  AC_HELP_STRING([--enable-allstatic],[Enable using static libraries when 
possible for dependencies]),
-[case "${enableval}" in
-  yes) allstatic=yes ;;
-  no)  allstatic=no ;;
-  *)   AC_MSG_ERROR([bad value ${enableval} for --enable-allstatic option]) ;;
-esac],allstatic=no)
-AM_CONDITIONAL(ALLSTATIC, test x$allstatic = xyes)
-
 dnl IPC_INFO isn't portable, and doesn't exist on BSD
 AC_TRY_COMPILE([#include <sys/ipc.h> #include <sys/shm.h>], [
   int flag = IPC_INFO; ],
@@ -2357,7 +2345,6 @@ AM_CONDITIONAL(BUILD_FLTK_GUI,     [ test x$build_fltk = 
xyes ])
 AM_CONDITIONAL(BUILD_SDL_GUI,      [ test x$build_sdl = xyes ])
 AM_CONDITIONAL(BUILD_FB_GUI,       [ test x$build_fb = xyes ])
 AM_CONDITIONAL(BUILD_AQUA_GUI,     [ test x$build_aqua = xyes ])
-AM_CONDITIONAL(ALLSTATIC,          [ test x$build_aqua = xyes ]) dnl the 
Aqua-binary is always static.
 AM_CONDITIONAL(BUILD_DUMP_GUI,     [ test x$build_dump = xyes ])
 AM_CONDITIONAL(BUILD_AMIGAOS4_GUI, [ test x$build_aos4 = xyes ])
 AM_CONDITIONAL(BUILD_HAIKU_GUI,    [ test x$build_haiku = xyes ])

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

Summary of changes:
 configure.ac   |   13 -------------
 macros/glib.m4 |    2 +-
 2 files changed, 1 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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