tag 868855 + fixed-upstream thanks Hi,
On Thu, Jul 20, 2017 at 04:32:33PM +0200, Rene Engelhard wrote: > That said, according to qa.d.o 2.3.0 is out since July, 3, which has different > cppunit fixes, didn't look at the issues whether it is these, but.. Yes, it is: configure:$as_echo_n "checking cppunit cflags... " >&6; } configure: CPPUNIT_CFLAGS=`${PKG_CONFIG} cppunit --cflags` configure: { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${CPPUN IT_CFLAGS}" >&5 configure:$as_echo "${CPPUNIT_CFLAGS}" >&6; } configure: { $as_echo "$as_me:${as_lineno-$LINENO}: checking cppuni t libs" >&5 configure:$as_echo_n "checking cppunit libs... " >&6; } configure: CPPUNIT_LIBS=`${PKG_CONFIG} cppunit --libs` configure: { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${CPPUN IT_LIBS}" >&5 configure:$as_echo "${CPPUNIT_LIBS}" >&6; } and Makefile.in:CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@ Makefile.in:CPPUNIT_CONFIG = @CPPUNIT_CONFIG@ Makefile.in:CPPUNIT_LIBS = @CPPUNIT_LIBS@ etc. (checks for cppunit-config and if not there does pkg-config, which is totally useless given every cppunit since 1.11.6/1.12 from 2006 has that .pc file, but...) Regards, Rene