2018-10-23 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in 'configure.ac' that caused detection of FLAC
	support to always fail.
This commit is contained in:
Fred Gleason 2018-10-23 14:14:12 -04:00
parent 9bf2b5e30d
commit 4f8a5278fd
2 changed files with 3 additions and 5 deletions

View File

@ -17891,3 +17891,6 @@
* Changed 'RDLOGEDIT.INPUT_CARD' and 'RDLOGEDIT.OUTPUT_CARD' * Changed 'RDLOGEDIT.INPUT_CARD' and 'RDLOGEDIT.OUTPUT_CARD'
defaults to 0 to match RDLIBRARY defaults defaults to 0 to match RDLIBRARY defaults
* Incremented the database version to 298. * Incremented the database version to 298.
2018-10-23 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'configure.ac' that caused detection of FLAC
support to always fail.

View File

@ -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 ***])]) AC_CHECK_HEADER(soundtouch/SoundTouch.h,[],[AC_MSG_ERROR([*** SoundTouch not found ***])])
#
# Check for MySQL client libraries
#
MYSQL_CLIENT()
# #
# Check for FLAC # Check for FLAC
# #