projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bc79ae
)
Improve error message for liboil missingness.
author
Michael Smith
<msmith@xiph.org>
Sat, 4 Feb 2006 07:49:03 +0000
(07:49 +0000)
committer
Michael Smith
<msmith@xiph.org>
Sat, 4 Feb 2006 07:49:03 +0000
(07:49 +0000)
Original commit message from CVS:
Improve error message for liboil missingness.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index d752e70264499e3dea651df1d2da6b07aeb604dc..24b76908f9d8ac28d8b6e27dfdeda37906e3a2a7 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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