Skip to content
  • Roumen Petrov's avatar
    fix regresson in Various "make distcheck" and other fixes · 7816b657
    Roumen Petrov authored and Daniel Veillard's avatar Daniel Veillard committed
    The patch 'Various "make distcheck" and other fixes' removes a line
    in configure EXTRA_LIBS=... LIBXML_LIBS...
      -EXTRA_LIBS="$EXTRA_LIBS $LIBXML_LIBS $M_LIBS"
    
    This is not save as libxslt/Makefile.am define only
    |EXTRA_LIBS|  as dependency:
    |libxslt_la_LIBADD= $(EXTRA_LIBS)|
    
    If platform does not support unresolved dependencies library cannot be linked.
    Even with support regression tests fail in python test due unresolved "xml"-symbols .
    7816b657