summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2011-12-08 12:03:38 +0100
committerThorsten Behrens <tbehrens@suse.com>2011-12-08 12:23:35 +0100
commit06b2409631290e33007f87306c03ad6dc2545b9d (patch)
treec348e1f277897651adf718b4c79c83dbb186fc5c /set_soenv.in
parent54844611201031a80cb16eda54a1584b1e12415c (diff)
Rework yacc rule for gcc platforms.
Generalized the OSX ppc workaround for ancient bison versions, factored out for all gcc platforms. Put bison version detection into configure accordingly, to switch on that, and not on platform.
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in
index b3ae89563cf2..f9d201377188 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1654,6 +1654,7 @@ ToFile( "DPKG", "@DPKG@", "e" );
ToFile( "PKGMK", "@PKGMK@", "e" );
ToFile( "GNUMAKE", "@GNUMAKE@", "e" );
ToFile( "GNUTAR", "@GNUTAR@", "e" );
+ToFile( "ANCIENT_BISON", "@ANCIENT_BISON@", "e" );
ToFile( "UPD", $UPD, "e" );
ToFile( "WORK_STAMP", $WORK_STAMP, "e" );
ToFile( "SOLARVER", $SOLARVER, "e" );