[totem-pl-parser] Use AC_MSG_ERROR instead of AC_ERROR for the zlib check



commit 68b138e740fabb681b511037795b3ce75eeff273
Author: Sebastian Dröge <sebastian droege collabora co uk>
Date:   Tue May 4 19:00:00 2010 +0200

    Use AC_MSG_ERROR instead of AC_ERROR for the zlib check

 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 82c15cb..a3b56d4 100644
--- a/configure.in
+++ b/configure.in
@@ -108,8 +108,8 @@ AC_SUBST(TOTEM_PLPARSER_LIBS)
 
 dnl Check for zlib
 oldLibs=$LIBS
-AC_CHECK_HEADER(zlib.h, , AC_ERROR([zlib development headers are required to compile totem-pl-parser]))
-AC_CHECK_LIB(z, zlibVersion, , AC_ERROR([zlib development headers are required to compile totem-pl-parser]))
+AC_CHECK_HEADER(zlib.h, , AC_MSG_ERROR([zlib development headers are required to compile totem-pl-parser]))
+AC_CHECK_LIB(z, zlibVersion, , AC_MSG_ERROR([zlib development headers are required to compile totem-pl-parser]))
 LIBS=$oldLibs
 
 PKG_CHECK_MODULES([TOTEM_PLPARSER_MINI], [gio-2.0])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]