bug-mcron
[Top][All Lists]
Advanced

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

[PATCH 2/2] build: Remove C specific Guile configuration step


From: Mathieu Lirzin
Subject: [PATCH 2/2] build: Remove C specific Guile configuration step
Date: Sun, 17 May 2020 16:38:24 +0200

* configure.ac: Remove unecessary PKG_CHECK_MODULES invocation.
---
 configure.ac | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index d27e12e..97e9cff 100755
--- a/configure.ac
+++ b/configure.ac
@@ -43,12 +43,7 @@ m4_pattern_allow([^GUILE_PKG_ERRORS])
 # Check for Guile development files.
 GUILE_PKG([3.0 2.2 2.0])
 
-# Set Guile flags without using GUILE_FLAGS which is requiring the unused
-# 'config.rpath' script.
-PKG_CHECK_MODULES(GUILE, [guile-$GUILE_EFFECTIVE_VERSION])
-
 # Checks for programs.
-
 GUILE_PROGS
 
 AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]