We don't want to specifically use guile 2.2, just the guile that is
available by default on the system.
Change-Id: Ib6293313a1a3ca4f945c63c6b48012b43cab0b87
CONF_OPTS+=("--with-system-readline" "--with-system-zlib")
# Enable optional features
- CONF_OPTS+=("--enable-targets=all" "--with-expat=yes" "--with-python=python3" "--with-guile=guile-2.2" "--enable-libctf")
+ CONF_OPTS+=("--enable-targets=all" "--with-expat=yes" "--with-python=python3" "--with-guile" "--enable-libctf")
CONF_OPTS+=("--enable-build-warnings" "--enable-gdb-build-warnings" "--enable-unit-tests" "--enable-ubsan")