]> Savannah Git Hosting - gnulib.git/commitdiff
relocatable-prog: Use wrapper-free installation also on Mac OS X 10.4.
authorBruno Haible <bruno@clisp.org>
Sat, 23 Feb 2019 23:25:02 +0000 (00:25 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 23 Feb 2019 23:25:47 +0000 (00:25 +0100)
* m4/relocatable.m4 (gl_RELOCATABLE_BODY): Treat Mac OS X 10.4 like 10.5.

m4/relocatable.m4

index b3da721730d657f855d4605bb87cd40afb245c46..5d07fa0a0b301c6c0a70f5845db34a0eb983cb82 100644 (file)
@@ -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
       # <https://wincent.com/wiki/@executable_path,_@load_path_and_@rpath>.
-      darwin | darwin[1-8].*) ;;
+      darwin | darwin[1-7].*) ;;
       darwin*) use_macos_tools=yes ;;
 changequote([,])dnl
     esac