gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9716: Let autotools figure out what


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9716: Let autotools figure out what the preprocessor is.
Date: Thu, 11 Sep 2008 00:24:43 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9716
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Thu 2008-09-11 00:24:43 +0200
message:
  Let autotools figure out what the preprocessor is.
modified:
  testsuite/misc-swfc.all/Makefile.am
=== modified file 'testsuite/misc-swfc.all/Makefile.am'
--- a/testsuite/misc-swfc.all/Makefile.am       2008-09-01 17:55:42 +0000
+++ b/testsuite/misc-swfc.all/Makefile.am       2008-09-10 22:24:43 +0000
@@ -86,7 +86,7 @@
 
 #SWFC = swfc # this is set by ./configure
 SWFC_FLAGS = 
-SWFC_CPP = cpp -P -I$(srcdir) -DMEDIADIR="$(abs_mediadir)"
+SWFC_CPP = $(CPP) -x c -P -I$(srcdir) -DMEDIADIR="$(abs_mediadir)"
 
 SANE_SCTESTS_OUT = $(SANE_SCTESTS:.sc=.swf)
 BOGO_SCTESTS_OUT = $(BOGO_SCTESTS:.sc=.swf)


reply via email to

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