aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJere Leppänen <jere.leppanen@nokia.com>2022-10-25 14:20:41 +0300
committerMatias Elo <matias.elo@nokia.com>2022-10-26 12:04:33 +0300
commitd2fb4a48da530d9aa9b3589d25da5eb6be0b46d2 (patch)
tree599efe820dea2e68400f1677c7a53daae0958a26 /configure.ac
parent09a30bc08db11ace610362c5cc2c179c97875990 (diff)
Revert "test: misc: in installcheck, work around bug in legacy pkgconfig"
This reverts commit e924ab56a026b584aab1c10f7e7210a77d51bb9f. Signed-off-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Carl Wallen <carl.wallen@nokia.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 251789834..70a90f58c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,16 +90,6 @@ LT_INIT([])
AC_SUBST([LIBTOOL_DEPS])
AM_PROG_LIBTOOL
-##########################################################################
-# Detect legacy pkgconfig-0.27
-##########################################################################
-PKG_PROG_PKG_CONFIG([0.28])
-pkgconfig_workaround=yes
-AS_IF([test "x$PKG_CONFIG" != "x"],
- [pkgconfig_workaround=no])
-AM_CONDITIONAL([PKGCONFIG_WORKAROUND],
- [test "x$pkgconfig_workaround" = "xyes"])
-
PKG_PROG_PKG_CONFIG
##########################################################################