cvsdist d320491
--- make-3.80/configure.in
cvsdist d320491
+++ make-3.80/configure.in
cvsdist d320491
@@ -91,7 +91,7 @@
cvsdist d320491
 if test "$make_cv_file_timestamp_hi_res" = yes; then
cvsdist d320491
   # Solaris 2.5.1 needs -lposix4 to get the clock_gettime function.
cvsdist d320491
   # Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4.
cvsdist d320491
-  AC_SEARCH_LIBS(clock_gettime, [rt posix4])
cvsdist d320491
+  AC_SEARCH_LIBS(clock_gettime, [posix4])
cvsdist d320491
   if test "$ac_cv_search_clock_gettime" != no; then
cvsdist d320491
     AC_DEFINE(HAVE_CLOCK_GETTIME, 1,
cvsdist d320491
 	      [Define if you have the clock_gettime function.])
cvsdist d320491
--- make-3.80/configure
cvsdist d320491
+++ make-3.80/configure
cvsdist d320491
@@ -6794,7 +6794,7 @@
cvsdist 39c1b9e
 fi
cvsdist d320491
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
cvsdist d320491
 if test "$ac_cv_search_clock_gettime" = no; then
cvsdist d320491
-  for ac_lib in rt posix4; do
cvsdist d320491
+  for ac_lib in posix4; do
cvsdist d320491
     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
cvsdist d320491
     cat >conftest.$ac_ext <<_ACEOF
cvsdist d320491
 #line $LINENO "configure"