Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 173dbaf

Browse files
committed
Open Unix 8 patch (Caldera Unixware). Still needs updated autoconf.
Larry Rosenman
1 parent 113bb9b commit 173dbaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ nextstep*) template=nextstep ;;
8181
esac ;;
8282
sysv4*) template=svr4 ;;
8383
sysv5uw*) template=unixware ;;
84+
sysv5*) template=unixware ;;
8485
ultrix*) template=ultrix4 ;;
8586
esac
8687

@@ -637,7 +638,7 @@ AC_PROG_LN_S
637638
AC_PROG_LD
638639
AC_SUBST(LD)
639640
AC_SUBST(with_gnu_ld)
640-
case $host_os in sysv5uw*)
641+
case $host_os in sysv5*)
641642
AC_CACHE_CHECK([whether ld -R works], [pgac_cv_prog_ld_R],
642643
[
643644
pgac_save_LDFLAGS=$LDFLAGS; LDFLAGS="$LDFLAGS -Wl,-R/usr/lib"

0 commit comments

Comments
 (0)