+* [Bug 1364] clock_gettime() not detected, need -lrt on Debian 5.0.3.
(4.2.5p239-RC) 2009/10/30 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 1357] bogus assert from refclock_shm.
* [Bug 1359] Debug message cleanup.
# the date YYYYMMDD optionally with -HHMM if there is more than one
# bump in a day.
-ntp_configure_cache_version=20090503
+ntp_configure_cache_version=20091102
# When the cache version of config.cache and configure do not
# match, NTP_CACHEVERSION will flush the cache.
# this conditional will need to change. Maybe use AC_TRY_RUN
# instead to try to set the time to itself and check errno.
;;
- *) AC_CHECK_FUNCS(clock_gettime clock_settime)
+ *)
+ AC_SEARCH_LIBS([clock_gettime], [rt])
+ AC_CHECK_FUNCS([clock_gettime clock_settime])
;;
esac
AC_CHECK_FUNCS(daemon)