mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 22:46:24 +00:00
check for mcopidl
Original commit message from CVS: check for mcopidl
This commit is contained in:
parent
fe804b424d
commit
7bff85e0ae
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, [
|
GST_CHECK_FEATURE(ARTS, [arts plugins], arts, [
|
||||||
AM_PATH_ARTS(, HAVE_ARTS=yes, HAVE_ARTS=no)
|
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 ***
|
dnl *** artsc ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_ARTSC, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_ARTSC, true)
|
||||||
|
|
Loading…
Reference in a new issue