X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Freadutmp;h=51f629002b86d3a337e417b89a7cfab354949a24;hb=ab63a3d7bdc3c2364dcd1e89b6ac9f7609688092;hp=fd813be89c7edf69db32408bfe68bb4f656a29db;hpb=3740c324b0f14e757b73cc22d88d30c4235d1bcb;p=gnulib.git diff --git a/modules/readutmp b/modules/readutmp index fd813be89..51f629002 100644 --- a/modules/readutmp +++ b/modules/readutmp @@ -9,11 +9,14 @@ m4/readutmp.m4 Depends-on: extensions xalloc -free stdbool +stdint configure.ac: gl_READUTMP +if test $ac_cv_header_utmp_h = yes || test $ac_cv_header_utmpx_h = yes; then + AC_LIBOBJ([readutmp]) +fi Makefile.am: