gnash-commit
[Top][All Lists]
Advanced

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

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


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

------------------------------------------------------------
revno: 11219
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Wed 2009-07-08 06:48:45 +0200
message:
  Always build allstatic for aqua
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2009-07-08 03:54:55 +0000
+++ b/configure.ac      2009-07-08 04:48:45 +0000
@@ -920,6 +920,8 @@
 
 AM_CONDITIONAL(ENABLE_SHARED, [test x"${enable_shared}" = xyes])
 AM_CONDITIONAL(ENABLE_STATIC, [test x"${enable_shared}" = xno])
+AM_CONDITIONAL(ENABLE_SHARED, [ test x$build_aqua = xno ])
+AM_CONDITIONAL(ENABLE_STATIC, [ test x$build_aqua = xyes ]) dnl the 
Aqua-binary is always static.
 dnl -- AM_CONDITIONAL(STATIC_GUI, test x"${dynamic_gui}" = xno -o 
x"${enable_shared}" = xno)
 
 AC_PATH_PROG(DEJAGNU, runtest)


reply via email to

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