[Bf-committers] CVS commit: blender Makefile.am configure.ac

Wouter van Heyst bf-committers@blender.org
Sun, 6 Apr 2003 17:07:47 +0200 (CEST)


larstiq (Wouter van Heyst) 2003/04/06 17:07:47 CEST

  Modified files:
    .                    Makefile.am configure.ac 
  
  Log:
  Use the AC_CHECK_LIBM macro provided by libtool.m4 to get the right math
  library on each platform, only link with it for the final binaries.
  This solves the cosmetic problem of having multiple -lm instances when linking.
  
  Will it fix the segfaults on Slackware 9? Who knows...
  
  Revision  Changes    Path
  1.9       +3 -2      blender/Makefile.am
  1.34      +2 -1      blender/configure.ac