The GUILE_PKG M4 macro no longer takes any arguments.
* configure.ac: small alteration as described
This commit is contained in:
parent
edf47a93de
commit
aa19e31d01
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ m4_pattern_allow([^GUILE_PKG])
|
||||||
m4_pattern_allow([^GUILE_PROGS])
|
m4_pattern_allow([^GUILE_PROGS])
|
||||||
|
|
||||||
# Check for latest Guile development files.
|
# Check for latest Guile development files.
|
||||||
GUILE_PKG([3.0])
|
GUILE_PKG
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
GUILE_PROGS
|
GUILE_PROGS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue