autoconf-archive: use secure url in comment

This commit is contained in:
Viktor Szakats 2015-11-23 02:18:40 +01:00 committed by Dominyk Tiller
parent dad0851931
commit 562f4e51cf

View file

@ -27,7 +27,7 @@ class AutoconfArchive < Formula
m4_include([#{share}/aclocal/ax_have_select.m4])
# from http://www.gnu.org/software/autoconf-archive/ax_have_select.html
# from https://www.gnu.org/software/autoconf-archive/ax_have_select.html
AX_HAVE_SELECT(
[AX_CONFIG_FEATURE_ENABLE(select)],
[AX_CONFIG_FEATURE_DISABLE(select)])