From: Mike Brady Date: Wed, 25 Apr 2018 16:43:10 +0000 (+0100) Subject: Make the options for the dbus and mpris interfaces --with-dbus-interface and --with... X-Git-Tag: 3.2RC5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa6e2b3b9a02614d5a0dcfaf245892d3116eb3df;p=thirdparty%2Fshairport-sync.git Make the options for the dbus and mpris interfaces --with-dbus-interface and --with-mpris-interface rather than --with-dbus and --with-mpris. --- diff --git a/configure.ac b/configure.ac index 82f77928..88f789fb 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.2RC4], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2RC5], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])