diff options
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 438358e..4324a42 100755 --- a/configure.ac +++ b/configure.ac @@ -34,8 +34,8 @@ AM_PROG_CC_C_O AC_PROG_RANLIB AM_PROG_AR -# Check for Guile 2.x. development files -GUILE_PKG([2.2 2.0]) +# 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. |