<p></p>
<p>Probably we should actually follow GLibs requirements and use <code>pkg-config</code>?<br>
<a href="https://stackoverflow.com/questions/1732822/portably-include-glib-headers-in-autoconf-automake" rel="nofollow">This seems appropriate</a>:</p>
<blockquote>
<p>By using the <code>PKG_CHECK_MODULES</code> macro, Autoconf-generated configure scripts can retrieve pkg-config data automatically. […]</p>
<pre><code>PKG_CHECK_MODULES([DEPS], [glib-2.0 >= 2.24.1])
</code></pre>
</blockquote>
<p>Or step by step: <a href="https://stackoverflow.com/a/14828132" rel="nofollow">https://stackoverflow.com/a/14828132</a></p>
<p>However,  these all assume automake, but we dont use that. I'll have a look…</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you commented.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/598#issuecomment-928911193">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW3NEEF7NFLGJSEMUKLUEFRYVANCNFSM5EXVISCA">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/AIJPEWZKLWPBEHQF57TVWV3UEFRYVA5CNFSM5EXVISCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOG5PA6WI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/598#issuecomment-928911193",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/598#issuecomment-928911193",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>