summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-08-30 16:43:02 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2016-08-30 16:45:02 +0400
commite2b383ec7f3ef0eb86aef361ed9c8f20dc807433 (patch)
tree86c218ecbfa2b1cfe2a46b4602162b832cb1066e
parent951c21d01712cd309239a94fb883e0fda1bf6a42 (diff)
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@redhat.com>
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
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