X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgethrxtime;h=916bab1fd970dc5d3f067b587e8b4ec2405d5710;hb=a3950b0d4237539d2e163b28b6a2197f92790ba0;hp=3de2ee4956e4bd7dfde2571a8c9a62bb161e3b16;hpb=5661ab9d49512b4cf3c19caa11bb581d8ce561ba;p=gnulib.git diff --git a/modules/gethrxtime b/modules/gethrxtime index 3de2ee495..916bab1fd 100644 --- a/modules/gethrxtime +++ b/modules/gethrxtime @@ -16,11 +16,18 @@ sys_time configure.ac: gl_GETHRXTIME +if test $ac_cv_have_decl_gethrtime = no || test $gl_cv_arithmetic_hrtime_t = no; then + AC_LIBOBJ([gethrxtime]) + gl_PREREQ_GETHRXTIME +fi Makefile.am: Include: -#include "xtime.h" +"xtime.h" + +Link: +$(LIB_GETHRXTIME) License: GPL