you are absolutely right. I've created an issue tracker for it: https://github.com/rsyslog/rsyslog/issues/30
Is this something you consider to be critical for your work as a packager or could we leave it until the next release? Thanks, Rainer On Thu, Feb 13, 2014 at 5:20 PM, Michael Biebl <[email protected]> wrote: > When trying to compile the rfc3195 module in rsyslog via --enable-rfc3195 > we use > > PKG_CHECK_MODULES(LIBLOGGING, liblogging >= 0.7.1) > > The latest changes in liblogging 1.0.0 have broken this configure > check since the pkg-config file is now named liblogging-rfc3195 > > We should either check for both names or update the pkg-config check to > > PKG_CHECK_MODULES(LIBLOGGING, liblogging-rfc3195 >= 1.0.0) > > -- > Why is it that all of the instruments seeking intelligent life in the > universe are pointed away from Earth? > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com/professional-services/ > What's up with rsyslog? Follow https://twitter.com/rgerhards > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad > of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you > DON'T LIKE THAT. > _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

