Skip to content
Snippets Groups Projects
  1. Aug 05, 2007
  2. Jul 19, 2007
  3. Jul 14, 2007
  4. Jul 12, 2007
  5. Jul 10, 2007
  6. Jun 29, 2007
  7. Jun 04, 2007
  8. May 04, 2007
  9. Apr 21, 2007
  10. Apr 15, 2007
  11. Apr 13, 2007
    • Andrew Dunstan's avatar
      Enable building contrib/xml2 if configured using --with-libxml. · 6506a584
      Andrew Dunstan authored
      If this breaks things due to missing libxslt, then I'll have to
      revert it, but let's see if it breaks the buildfarm.
      
      Workarounds in case libxslt is missing include:
      . don't configure with libxml, or
      . don't build contrib modules from the contrib Makefile (use the individual module Makefiles instead), or
      . change the xml2 Makefile
      6506a584
  12. Apr 06, 2007
  13. Mar 29, 2007
  14. Mar 26, 2007
  15. Mar 21, 2007
  16. Feb 21, 2007
  17. Feb 07, 2007
  18. Feb 03, 2007
  19. Jan 28, 2007
  20. Jan 18, 2007
  21. Jan 07, 2007
  22. Jan 05, 2007
  23. Jan 02, 2007
  24. Dec 21, 2006
  25. Dec 14, 2006
  26. Dec 02, 2006
  27. Nov 29, 2006
  28. Nov 25, 2006
  29. Nov 07, 2006
  30. Nov 06, 2006
    • Tom Lane's avatar
      Revert to the pre-8.2 method of probing for libm, that is, always · 02f37bd8
      Tom Lane authored
      include it if it links properly.  It seems too risky to assume that
      standard functions like pow() are not special-cased by the compiler.
      Per report from Andreas Lange that build fails on Solaris cc compiler
      with -fast.  Even though we don't consider that a supported option,
      I'm worried that similar issues will arise with other compilers.
      02f37bd8
  31. Oct 30, 2006
    • Peter Eisentraut's avatar
      Code the unknown options check without using m4 diversions. Otherwise this · 0b9f93e6
      Peter Eisentraut authored
      code relies on the checking macro actually being called at the end, or the
      automatic undiversion will produce garbage.  These sort of implicit
      side-effects undermine the modularity of the macros and happen to break the
      ODBC driver which makes use of them.
      
      Also put the warnings at the very end of configure, so there is an even
      better chance of seeing them.
      0b9f93e6
  32. Oct 24, 2006
Loading