From 724838c2a078848ea27a427106654790beb75352 Mon Sep 17 00:00:00 2001 From: iovar Date: Mon, 26 Feb 2007 02:44:40 +0000 Subject: version change to 0.3.3.2-cvs. Added AC_MSG_ERROR when zlib isn't found git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@290 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recordmydesktop') diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac index 3684c45..47acf8d 100644 --- a/recordmydesktop/configure.ac +++ b/recordmydesktop/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) AC_INIT(src/recordmydesktop.c) -AM_INIT_AUTOMAKE(recordmydesktop,0.3.3.1,) +AM_INIT_AUTOMAKE(recordmydesktop,0.3.3.2-cvs,) AC_CONFIG_SRCDIR([src/recordmydesktop.c]) AM_CONFIG_HEADER(config.h) @@ -74,7 +74,7 @@ AC_CHECK_TYPES([u_int64_t],,) # Checks for libraries. AC_CHECK_LIB([m],[isnan],,) -AC_CHECK_LIB([z],[deflate],,) +AC_CHECK_LIB([z],[deflate],,AC_MSG_ERROR([Can't find zlib])) AC_CHECK_LIB([ICE],[IceOpenConnection],,AC_MSG_ERROR([Can't find libICE]),) AC_CHECK_LIB([SM],[SmcOpenConnection],,AC_MSG_ERROR([Can't find libSM]),) AC_CHECK_LIB([X11],[XOpenDisplay],,AC_MSG_ERROR([Can't find libX11]), -- cgit v1.2.3