Improve error message for liboil missingness.
authorMichael Smith <msmith@xiph.org>
Sat, 4 Feb 2006 07:49:03 +0000 (07:49 +0000)
committerMichael 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

index d752e70264499e3dea651df1d2da6b07aeb604dc..24b76908f9d8ac28d8b6e27dfdeda37906e3a2a7 100644 (file)
@@ -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