From 9495b450f6eb955d895943975bbe391ef89d6ad0 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 4 Feb 2006 07:49:03 +0000 Subject: [PATCH] Improve error message for liboil missingness. Original commit message from CVS: Improve error message for liboil missingness. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d752e7026..24b76908f 100644 --- 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 -- 2.34.1