gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11216: Always build allstatic for a


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11216: Always build allstatic for aqua
Date: Wed, 08 Jul 2009 05:54:55 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11216
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Wed 2009-07-08 05:54:55 +0200
message:
  Always build allstatic for aqua
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2009-07-07 07:52:53 +0000
+++ b/configure.ac      2009-07-08 03:54:55 +0000
@@ -1865,6 +1865,7 @@
 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_RISCOS_GUI,   [ test x$build_riscos = xyes ])
 AM_CONDITIONAL(BUILD_DUMP_GUI,     [ test x$build_dump = xyes ])
 AM_CONDITIONAL(BUILD_AMIGAOS4_GUI, [ test x$build_aos4 = xyes ])


reply via email to

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