diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index de75e53..529720e 100644 --- a/configure.in +++ b/configure.in | |||
@@ -316,6 +316,10 @@ AS_IF([test "x$with_ldap" != "xno"], [ | |||
316 | LIBS="$_SAVEDLIBS" | 316 | LIBS="$_SAVEDLIBS" |
317 | ]) | 317 | ]) |
318 | 318 | ||
319 | dnl Check for headers used by check_users | ||
320 | AC_CHECK_HEADERS(utmpx.h) | ||
321 | AM_CONDITIONAL([HAVE_UTMPX], [test "$ac_cv_header_utmpx_h" = "yes"]) | ||
322 | |||
319 | dnl Check for headers used by check_ide_smart | 323 | dnl Check for headers used by check_ide_smart |
320 | case $host in | 324 | case $host in |
321 | *linux*) | 325 | *linux*) |