From cabb9d59a232a7b209ca86bd3c88da8c7dda8e83 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Sun, 3 May 2015 17:31:26 +0000 Subject: [PATCH] configure.ac: Match $host configured with triplets. 2015-05-03 Matthias Klose * configure.ac: Match $host configured with triplets. * configure: Regenerate. From-SVN: r222750 --- ChangeLog | 5 +++++ configure | 2 +- configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f05a28ea3c..d4b60dda157 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-05-03 Matthias Klose + + * configure.ac: Match $host configured with triplets. + * configure: Regenerate. + 2015-04-22 Bernhard Reutner-Fischer * Makefile.tpl: Remove surplus whitespace throughout. diff --git a/configure b/configure index 7616f88a447..a3f66bac77e 100755 --- a/configure +++ b/configure @@ -3969,7 +3969,7 @@ fi *-mingw*) host_makefile_frag="config/mh-mingw" ;; - alpha*-*-linux*) + alpha*-linux*) host_makefile_frag="config/mh-alpha-linux" ;; hppa*-hp-hpux10*) diff --git a/configure.ac b/configure.ac index 8c85a08c382..987dfab411d 100644 --- a/configure.ac +++ b/configure.ac @@ -1297,7 +1297,7 @@ case "${host}" in *-mingw*) host_makefile_frag="config/mh-mingw" ;; - alpha*-*-linux*) + alpha*-linux*) host_makefile_frag="config/mh-alpha-linux" ;; hppa*-hp-hpux10*) -- 2.11.4.GIT