<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<div style="">
<p dir="auto">This worked for me on Fedora and Ubuntu. It followed the <a href="https://www.gnu.org/software/guile/manual/html_node/Autoconf-Macros.html" rel="nofollow noreferrer noopener" target="_blank">Autoconf</a> manual.</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">--- configure.ac</span>
<span id="LC2" class="line" lang="plaintext">+++ configure.ac</span>
<span id="LC3" class="line" lang="plaintext">@@ -859,8 +859,7 @@</span>
<span id="LC4" class="line" lang="plaintext">       AC_PATH_PROG([GUILD], [guild])</span>
<span id="LC5" class="line" lang="plaintext">       AC_SUBST([GUILD])</span>
<span id="LC6" class="line" lang="plaintext"> </span>
<span id="LC7" class="line" lang="plaintext">-      GUILE_PROGS</span>
<span id="LC8" class="line" lang="plaintext">-      GUILE_FLAGS</span>
<span id="LC9" class="line" lang="plaintext">+      PKG_CHECK_MODULES([GUILE], [guile-2.2])</span>
<span id="LC10" class="line" lang="plaintext"> </span>
<span id="LC11" class="line" lang="plaintext">       save_CFLAGS="$CFLAGS"</span>
<span id="LC12" class="line" lang="plaintext">       save_LIBS="$LIBS"</span></code></pre>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/commit/ae715f6703f73476dbe51b1281da6f69fdad0de5#note_148957920">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/gnutls/gnutls/commit/ae715f6703f73476dbe51b1281da6f69fdad0de5#note_148957920"}}</script>

</p>
</div>
</body>
</html>