mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 23:55:56 +01:00
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:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user