From: Mike Brady Date: Wed, 25 Apr 2018 17:05:35 +0000 (+0100) Subject: Make the options for the dbus and mpris interfaces --with-dbus-interface and --with... X-Git-Tag: 3.2RC6~1^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b68ae3361e7167ff4a47d7874ed91e25df096c;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 4eb96637..5bb0fb64 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.2d43], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d44], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])