diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2017-02-14 09:35:03 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2017-02-14 09:35:58 +0100 |
commit | 8faee92d84336ca44652c8c3a906b70b67f8a7f1 (patch) | |
tree | a8e4bd81f721dc6583f0204c9e00d9ea25802219 /configure.ac | |
parent | becc70478c4e09e03e821703ac42fb3be985e97f (diff) | |
download | hurd-8faee92d84336ca44652c8c3a906b70b67f8a7f1.tar.gz hurd-8faee92d84336ca44652c8c3a906b70b67f8a7f1.tar.bz2 hurd-8faee92d84336ca44652c8c3a906b70b67f8a7f1.zip |
Fix mig URL
Thanks deathsbreed for the report.
configure.ac: Fix mig URL
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 5cbbea89..30a1367a 100644 --- a/configure.ac +++ b/configure.ac @@ -105,9 +105,9 @@ AC_CHECK_TOOL(MIG, mig) if test x${MIG} = x; then AC_MSG_ERROR([ *** You need GNU MiG to compile the GNU Hurd, please see -*** http://www.gnu.org/software/hurd/mig.html for further details, or -*** download it directly from the main GNU server (ftp.gnu.org) or any -*** GNU mirror.]) +*** http://www.gnu.org/software/hurd/microkernel/mach/mig/gnu_mig.html +*** for further details, or download it directly from the main GNU server +*** (ftp.gnu.org) or any GNU mirror.]) fi dnl Let these propagate from the environment. |