[gnutls-devel] GnuTLS | build: detect previous supported guile (ae715f67)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Sun Mar 10 16:10:32 CET 2019
This worked for me on Fedora and Ubuntu. It followed the [Autoconf](https://www.gnu.org/software/guile/manual/html_node/Autoconf-Macros.html) manual.
```
--- configure.ac
+++ configure.ac
@@ -859,8 +859,7 @@
AC_PATH_PROG([GUILD], [guild])
AC_SUBST([GUILD])
- GUILE_PROGS
- GUILE_FLAGS
+ PKG_CHECK_MODULES([GUILE], [guile-2.2])
save_CFLAGS="$CFLAGS"
save_LIBS="$LIBS"
```
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/commit/ae715f6703f73476dbe51b1281da6f69fdad0de5#note_148957920
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190310/db82491d/attachment.html>
More information about the Gnutls-devel
mailing list