[Spice-commits] configure.ac

Marc-André Lureau elmarco at kemper.freedesktop.org
Tue Aug 30 12:45:15 UTC 2016


 configure.ac |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit e2b383ec7f3ef0eb86aef361ed9c8f20dc807433
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date:   Tue Aug 30 16:43:02 2016 +0400

    build-sys: remove PKG_PREREQ
    
    I added it to make sure AC_SUBST happened, but apparently AC_SUBST
    happens with very old pkg-config versions too, no need to check
    pkg-config pkg.m4 version.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>

diff --git a/configure.ac b/configure.ac
index 0f416cb..f3e7f8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,8 +12,6 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2 -Wall -Werror -Wno-portability])
 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 LT_INIT([disable-static win32-dll])
 AM_MAINTAINER_MODE
-m4_ifndef([PKG_PREREQ],
-        [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])])
 
 IT_PROG_INTLTOOL([0.40.0])
 GETTEXT_PACKAGE=spice-gtk


More information about the Spice-commits mailing list