From 7039b893705ec50cb6ebb57aef1f63e104a8e5dc Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 24 Feb 2019 00:25:02 +0100 Subject: [PATCH] relocatable-prog: Use wrapper-free installation also on Mac OS X 10.4. * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Treat Mac OS X 10.4 like 10.5. --- m4/relocatable.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/relocatable.m4 b/m4/relocatable.m4 index b3da721730..5d07fa0a0b 100644 --- a/m4/relocatable.m4 +++ b/m4/relocatable.m4 @@ -77,7 +77,7 @@ changequote(,)dnl haiku*) use_elf_origin_trick=yes ;; # On Mac OS X 10.4 or newer, use Mac OS X tools. See # . - darwin | darwin[1-8].*) ;; + darwin | darwin[1-7].*) ;; darwin*) use_macos_tools=yes ;; changequote([,])dnl esac -- 2.39.5