mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
check for mcopidl
Original commit message from CVS: check for mcopidl
This commit is contained in:
parent
e33e0aa4ef
commit
4261f3048f
1 changed files with 6 additions and 0 deletions
|
@ -345,6 +345,12 @@ translit(dnm, m, l) AM_CONDITIONAL(USE_ARTS, true)
|
|||
GST_CHECK_FEATURE(ARTS, [arts plugins], arts, [
|
||||
AM_PATH_ARTS(, HAVE_ARTS=yes, HAVE_ARTS=no)
|
||||
])
|
||||
dnl if mcopidl can't be found there's no use in compiling it
|
||||
AC_PATH_PROG(MCOPIDL, mcopidl, yes, no)
|
||||
if test "xHAVE_MCOPIDL" = "xno";
|
||||
then
|
||||
USE_ARTS=NO
|
||||
fi
|
||||
|
||||
dnl *** artsc ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_ARTSC, true)
|
||||
|
|
Loading…
Reference in a new issue