mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
Improve error message for liboil missingness.
Original commit message from CVS: Improve error message for liboil missingness.
This commit is contained in:
parent
7bc79aec0e
commit
9495b450f6
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ GST_GLIB_CHECK([2.6])
|
|||
dnl liboil is required
|
||||
PKG_CHECK_MODULES(LIBOIL, liboil-0.3 >= 0.3.6, HAVE_LIBOIL=yes, HAVE_LIBOIL=no)
|
||||
if test "x${HAVE_LIBOIL}" != xyes ; then
|
||||
AC_ERROR([liboil-0.3 is required])
|
||||
AC_ERROR([liboil-0.3.6 or later is required])
|
||||
fi
|
||||
|
||||
dnl checks for gstreamer
|
||||
|
|
Loading…
Reference in a new issue