patch-configure_ac 565 B

123456789101112131415161718
  1. $Id$
  2. part of the "adjtime-linux" patch
  3. --- openntpd-3.9p1.orig/configure.ac 2006-05-14 05:29:23.000000000 +0000
  4. +++ openntpd-3.9p1/configure.ac 2007-01-28 20:49:48.000000000 +0000
  5. @@ -617,6 +617,11 @@ else
  6. fi
  7. AC_SUBST(mansubdir)
  8. +AC_ARG_WITH(adjtimex,
  9. + [ --with-adjtimex Use adjtimex to adjust kernel skew],
  10. + [ AC_DEFINE(USE_ADJTIMEX, [], [Use adjust skew with adjtimex (experimental)]) ]
  11. +)
  12. +
  13. # Search for OpenSSL if required.
  14. if test "$ac_cv_func_arc4random" != "yes" && test "x$builtin_arc4random" != "xyes"; then
  15. saved_CPPFLAGS="$CPPFLAGS"