X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ftimegm;h=0ec9d65e7b7a1aeef2efb761fae8452cf9094da1;hb=551ee6493e89f30ea3d1cc75bcaaa3d5e5fab7e1;hp=ade34754fff25a37786af403654caa3153463cfd;hpb=10b0d383559211c30490a72f2f2d3973dc60bf19;p=gnulib.git diff --git a/modules/timegm b/modules/timegm index ade34754f..0ec9d65e7 100644 --- a/modules/timegm +++ b/modules/timegm @@ -13,6 +13,10 @@ time_r [test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1] configure.ac: gl_FUNC_TIMEGM +if test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1; then + AC_LIBOBJ([timegm]) + gl_PREREQ_TIMEGM +fi gl_TIME_MODULE_INDICATOR([timegm]) Makefile.am: