mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 07:45:21 +00:00
Added support for Apple's ".dylib". Suggested by Marc Vaillant (who says
it's needed with OS 10.5.)
This commit is contained in:
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@@ -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
|
||||
|
||||
2
configure
vendored
2
configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user