diff options
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index c0d72e2..ce70414 100644 --- a/configure.ac +++ b/configure.ac @@ -42,11 +42,11 @@ m4_pattern_allow([^GUILE_PKG_ERRORS]) m4_pattern_allow([^GUILE_PKG]) m4_pattern_allow([^GUILE_PROGS]) -# Check for latest Guile development files. -GUILE_PKG - # Checks for programs. -GUILE_PROGS +GUILE_PROGS([3.0]) + +# Check for latest Guile development files. +GUILE_PKG([3.0]) AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir) |