mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
configure: add missing [
Adds missing [ to configure on the CDAUDIO pkg config check
This commit is contained in:
parent
16331c0b9e
commit
12a2055a63
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ AG_GST_CHECK_FEATURE(BZ2, [bz2 library], bz2, [
|
|||
dnl *** cdaudio ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_CDAUDIO, true)
|
||||
AG_GST_CHECK_FEATURE(CDAUDIO, [cdaudio], cdaudio, [
|
||||
PKG_CHECK_MODULES(CDAUDIO, libcdaudio,
|
||||
PKG_CHECK_MODULES(CDAUDIO, libcdaudio, [
|
||||
HAVE_CDAUDIO="yes"
|
||||
], [
|
||||
HAVE_CDAUDIO="no"
|
||||
|
|
Loading…
Reference in a new issue