]> git.pld-linux.org Git - packages/make.git/blob - make-noclock_gettime.patch
- info patch is back (updated)
[packages/make.git] / make-noclock_gettime.patch
1 --- make-3.79.1/configure.in.jj Fri Jun 23 12:09:41 2000
2 +++ make-3.79.1/configure.in    Tue Aug  1 16:12:12 2000
3 @@ -75,7 +75,7 @@ AC_MSG_RESULT($ac_cv_check_symbol_$1)])d
4  
5  # Solaris 2.5.1 needs -lposix4 to get the clock_gettime function.
6  # Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4.
7 -AC_SEARCH_LIBS(clock_gettime, [rt posix4])
8 +AC_SEARCH_LIBS(clock_gettime, [posix4])
9  if test "$ac_cv_search_clock_gettime" != no; then
10    AC_DEFINE(HAVE_CLOCK_GETTIME, 1,
11              [Define if you have the clock_gettime function.])
12 yy
This page took 0.024893 seconds and 3 git commands to generate.