* configure.in (ac_cv_var_struct_ntptime_val_timespec): Typo.
From: John Hay <jhay@mikom.csir.co.za>
bk: 37943322JKwp0Uj-CHsOEZMMti0X8g
+1999-07-20 Harlan Stenn <stenn@whimsy.udel.edu>
+
+ * configure.in (ac_cv_var_struct_ntptime_val_timespec): Typo.
+ From: John Hay <jhay@mikom.csir.co.za>
+
1999-07-19 Harlan Stenn <stenn@whimsy.udel.edu>
* Makefile.am (EXTRA_DIST): Lose ntpmak; "build" does a better job.
#include <sys/time.h>
#include <sys/timex.h>
int main() {
-struct nntptimeval n; n.time.tv_nsec = 0;
+struct ntptimeval n; n.time.tv_nsec = 0;
; return 0; }
EOF
if { (eval echo configure:7108: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
AC_CACHE_CHECK([for struct timespec in struct ntptimeval], ac_cv_struct_ntptimeval_timespec,
[AC_TRY_COMPILE([#include <sys/time.h>
#include <sys/timex.h>],
-[struct nntptimeval n; n.time.tv_nsec = 0;],
+[struct ntptimeval n; n.time.tv_nsec = 0;],
ac_cv_struct_ntptimeval_timespec=yes, ac_cv_struct_ntptimeval_timespec=no)])
if test $ac_cv_struct_ntptimeval_timespec = yes; then
AC_DEFINE(TIMESPEC_IN_NTPTIMEVAL, 1, [Does ntptimeval use struct timespec?])