Skip to content
Snippets Groups Projects
  1. Jan 15, 2014
  2. Jun 19, 2013
  3. May 15, 2013
  4. May 08, 2013
  5. May 07, 2013
  6. 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
  7. Feb 19, 2013
  8. Feb 13, 2013
  9. Dec 08, 2009
  10. Oct 14, 2009
  11. May 25, 2008
  12. Oct 27, 2006
  13. Jul 12, 2006
  14. May 17, 2006
  15. Apr 14, 2006
  16. Apr 05, 2005
  17. Dec 08, 2004
  18. Dec 01, 2004
  19. Oct 26, 2004
  20. Oct 12, 2004
  21. Nov 10, 2003
  22. Jul 01, 2003
  23. Mar 17, 2003
Loading