diff options
Diffstat (limited to 'autoconf-lib-link/config.rpath')
-rwxr-xr-x | autoconf-lib-link/config.rpath | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/autoconf-lib-link/config.rpath b/autoconf-lib-link/config.rpath index 24aad33..3a53a80 100755 --- a/autoconf-lib-link/config.rpath +++ b/autoconf-lib-link/config.rpath @@ -276,7 +276,7 @@ else # see comment about different semantics on the GNU ld section ld_shlibs=no ;; - bsdi4*) + bsdi[45]*) ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using @@ -286,13 +286,6 @@ else hardcode_libdir_flag_spec=' ' libext=lib ;; - darwin* | rhapsody*) - if test "$GCC" = yes; then - hardcode_direct=no - else - ld_shlibs=no - fi - ;; dgux*) hardcode_libdir_flag_spec='-L$libdir' ;; @@ -450,7 +443,7 @@ case "$host_os" in ;; beos*) ;; - bsdi4*) + bsdi[45]*) ;; cygwin* | mingw* | pw32*) shrext=.dll |