mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
GConf fix
Original commit message from CVS: GConf fix
This commit is contained in:
parent
17028047ac
commit
891de1fa14
1 changed files with 12 additions and 10 deletions
|
@ -100,7 +100,8 @@ else
|
|||
fi
|
||||
|
||||
dnl check for gconf
|
||||
translit(dnm, m, l) AM_CONDITIONAL(HAVE_GCONF, true)
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_GCONF, true)
|
||||
GST_CHECK_FEATURE(GCONF, [GConf stuff], , [
|
||||
AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
|
||||
if test x$GCONFTOOL = xno; then
|
||||
AC_MSG_WARN(Not installing GConf schemas)
|
||||
|
@ -110,6 +111,7 @@ else
|
|||
HAVE_GCONF="yes"
|
||||
fi
|
||||
AC_SUBST(HAVE_GCONF)
|
||||
])
|
||||
|
||||
dnl check for gstreamer; uninstalled is selected preferentially -- see pkg-config(1)
|
||||
PKG_CHECK_MODULES(GST, gstreamer >= $GST_PLUGINS_MAJOR.$GST_PLUGINS_MINOR.$GST_PLUGINS_MICRO,
|
||||
|
|
Loading…
Reference in a new issue