summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-02-17 14:42:42 +0000
committerGitHub <noreply@github.com>2019-02-17 14:42:42 +0000
commit10edce345271eac5c89b1a95866ed0350bc092eb (patch)
tree589ea2b493a16b1b39167d3edc25fba929d614ae /configure.ac
parent55001a2ab91fcdf6856d0a310ad69d14de7dad42 (diff)
Update configure.ac
Add `-u` option and improve compatibility with older `alsa` libraries.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f8c72f7..30849f3 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.3d52], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d53], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])