diff options
author | atsb <atsb@atsb> | 2020-08-13 16:25:05 +0200 |
---|---|---|
committer | atsb <atsb@atsb> | 2020-08-13 16:25:05 +0200 |
commit | 96f31795e8c0cf55fd845f2ec90444a9e69d4e68 (patch) | |
tree | 726b5a34b569c6c69737ac5214b2db21331b551a /configure.ac | |
parent | 289e4c505e52402e5dfba08d57f2ba1d61a90bf3 (diff) | |
download | mcron-96f31795e8c0cf55fd845f2ec90444a9e69d4e68.tar.gz mcron-96f31795e8c0cf55fd845f2ec90444a9e69d4e68.tar.bz2 mcron-96f31795e8c0cf55fd845f2ec90444a9e69d4e68.zip |
fixes for ubuntu 20.4v1.2.0
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 97e9cff..08a16a7 100755 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,8 @@ m4_pattern_forbid([^PKG_PROG]) m4_pattern_forbid([^PKG_CHECK]) m4_pattern_forbid([^GUILE_P]) m4_pattern_allow([^GUILE_PKG_ERRORS]) +m4_pattern_allow([^GUILE_PKG]) +m4_pattern_allow([^GUILE_PROGS]) # Check for Guile development files. GUILE_PKG([3.0 2.2 2.0]) |