From 07753607352123310f3fe56193cb8cdba754ec77 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 23 Apr 2001 00:15:32 +0000 Subject: [PATCH] From Simon Spero * libtool.m4 (lt_cv_deplibs_check_method) [darwin]: Set it! --- ChangeLog | 3 +++ libtool.m4 | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index d05a6ccc9..9cbbbecdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-04-23 Gary V. Vaughan + From Simon Spero + * libtool.m4 (lt_cv_deplibs_check_method) [darwin]: Set it! + * TODO: Make a note to undo this later. From Christoph Pfisterer * libtool.m4: Use $() execution substitution quotation to work diff --git a/libtool.m4 b/libtool.m4 index 80e51fbf7..21a9419c4 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -3140,6 +3140,7 @@ cygwin* | mingw* | pw32*) ;; darwin* | rhapsody*) + lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library' lt_cv_file_magic_cmd='/usr/bin/file -L' case "$host_os" in rhapsody* | darwin1.[012]) -- 2.47.3