diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 598ba6c..b7a22af 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([scripts]) ACX_PKGVERSION([GNU libc]) -ACX_BUGURL([http://www.gnu.org/software/libc/bugs.html]) +ACX_BUGURL([https://www.gnu.org/software/libc/bugs.html]) AC_DEFINE_UNQUOTED([PKGVERSION], ["$PKGVERSION"], [Package description]) AC_DEFINE_UNQUOTED([REPORT_BUGS_TO], ["$REPORT_BUGS_TO"], |