K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2015-05-02T15:39:27.576567Z
K 7
svn:log
V 646
configure.ac:  Build fix for current Mac OS X versions

The build was failing with recent versions of Mac OS X:

  clang: error: no such file or directory: '/usr/local/news/lib/libinn.3.dylib'
  make[1]: *** [libinn.la] Error 1
  make: *** [all-lib] Error 2

The reason is the '-multiply_defined'-part of the command line. 
This switch is marked as obsolete in ld(1):     

  -multiply_defined treatment
        Previously provided a way to warn or error if any of the sym-
        bols used from a dynamic library were also available in
        another linked dynamic library.  This option is obsolete.

Thanks to Dennis Preiser for the report.

END
