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.

Reply via email to