Skip to content
Snippets Groups Projects
  1. Jun 19, 2013
  2. May 15, 2013
  3. May 08, 2013
  4. May 07, 2013
  5. Mar 14, 2013
    • Markus Blatt's avatar
      [Bugfix] Prevent definition of HAVE_BOOST without value due to race conditions... · e84d7f77
      Markus Blatt authored
      [Bugfix] Prevent definition of HAVE_BOOST without value due to race conditions in some autoconf versions.
      
      For some autoconf versions there was a race condition between ax_boost_base.m4 and dune_boost_base.m4 resulting in HAVE_BOOST being defined with no value (instead of ENABLE_BOOST). For others there were even two definitions of it (one with and one without value). 
      
      This patch renames the symbol being defined in dune_boost_base.m4 to HAVE_DUNE_BOOST and defines a value for it if boost is found.
      
      Please change your code such the preprocessor directives checking for boost from
      #if HAVE_BOOST
      to
      #if HAVE_DUNE_BOOST
      
      Resolves flyspray 1265 and presumably 1249.
      
      [[Imported from SVN: r7422]]
      e84d7f77
  6. Feb 19, 2013
  7. Feb 13, 2013
  8. Dec 08, 2009
  9. Oct 14, 2009
  10. May 25, 2008
  11. Oct 27, 2006
  12. Jul 12, 2006
  13. May 17, 2006
  14. Apr 14, 2006
  15. Apr 05, 2005
  16. Dec 08, 2004
  17. Dec 01, 2004
  18. Oct 26, 2004
  19. Oct 12, 2004
  20. Nov 10, 2003
  21. Jul 01, 2003
  22. Mar 17, 2003
Loading