Add configure support for building with guile 2.2.

* configure.ac (try_guile_versions): Allow building with guile 2.2.
	* configure: Regenerate.
This commit is contained in:
Andy Wingo
2014-05-26 12:45:13 -07:00
committed by Doug Evans
parent 17292b30db
commit 214ab2dadd
3 changed files with 7 additions and 2 deletions

View File

@@ -1154,7 +1154,7 @@ AC_MSG_RESULT([$with_guile])
dnl We check guile with pkg-config.
AC_PATH_PROG(pkg_config_prog_path, pkg-config, missing)
try_guile_versions="guile-2.0"
try_guile_versions="guile-2.2 guile-2.0"
have_libguile=no
case "${with_guile}" in
no)