From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 29 Jul 2026 10:15:36 +0000 (+0200) Subject: Remove reference to log_to_syslog() if libdaemon support is included. X-Git-Tag: 5.2.1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fshairport-sync.git Remove reference to log_to_syslog() if libdaemon support is included. --- 08af668a5d17b4714da38981dea4c9039263a4cc diff --cc configure.ac index 6d206af3,3d2146fe..b3d2dbb8 --- a/configure.ac +++ b/configure.ac @@@ -1,7 -1,7 +1,7 @@@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) - AC_INIT([shairport-sync], [5.2], [4265913+mikebrady@users.noreply.github.com]) -AC_INIT([shairport-sync], [5.3-dev], [4265913+mikebrady@users.noreply.github.com]) ++AC_INIT([shairport-sync], [5.2.1], [4265913+mikebrady@users.noreply.github.com]) : ${CFLAGS="-O3"} : ${CXXFLAGS="-O3"} AM_INIT_AUTOMAKE([subdir-objects])