From 57765baba79546203d37094bcb86659015170ef2 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 13 Jul 2008 01:28:59 +0000 Subject: [PATCH] Added support for Apple's ".dylib". Suggested by Marc Vaillant (who says it's needed with OS 10.5.) --- aclocal.m4 | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 25ecd5e9..ad7c3f3a 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -175,7 +175,7 @@ mh_solaris_path="" for mh_lib in $mh_libs; do mh_lib_found=no for ac_dir in $mh_lib_dirs ; do - for mh_ext in a so sl dll.a; do + for mh_ext in a so sl dll.a dylib; do if test -r $ac_dir/lib$mh_lib.$mh_ext; then if test "x$mh_prev_dir" != "x$ac_dir" ; then if test "x$mh_prev_dir" = "x" ; then diff --git a/configure b/configure index b8a5a10f..2d094bc4 100755 --- a/configure +++ b/configure @@ -4799,7 +4799,7 @@ mh_solaris_path="" for mh_lib in $mh_libs; do mh_lib_found=no for ac_dir in $mh_lib_dirs ; do - for mh_ext in a so sl dll.a; do + for mh_ext in a so sl dll.a dylib; do if test -r $ac_dir/lib$mh_lib.$mh_ext; then if test "x$mh_prev_dir" != "x$ac_dir" ; then if test "x$mh_prev_dir" = "x" ; then