From 4f8a5278fd0a808c23e24f58f3e4c7cfdd91b4d3 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Tue, 23 Oct 2018 14:14:12 -0400 Subject: [PATCH] 2018-10-23 Fred Gleason * Fixed a bug in 'configure.ac' that caused detection of FLAC support to always fail. --- ChangeLog | 3 +++ configure.ac | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1d63827d..b3953f03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17891,3 +17891,6 @@ * Changed 'RDLOGEDIT.INPUT_CARD' and 'RDLOGEDIT.OUTPUT_CARD' defaults to 0 to match RDLIBRARY defaults * Incremented the database version to 298. +2018-10-23 Fred Gleason + * Fixed a bug in 'configure.ac' that caused detection of FLAC + support to always fail. diff --git a/configure.ac b/configure.ac index 5419393f..7dc9336b 100644 --- a/configure.ac +++ b/configure.ac @@ -242,11 +242,6 @@ AC_CHECK_HEADER(security/pam_appl.h,[],[AC_MSG_ERROR([*** PAM not found ***])]) # AC_CHECK_HEADER(soundtouch/SoundTouch.h,[],[AC_MSG_ERROR([*** SoundTouch not found ***])]) -# -# Check for MySQL client libraries -# -MYSQL_CLIENT() - # # Check for FLAC #