Fixed configure scripts

This commit is contained in:
Michiel Broek 2004-04-03 21:54:21 +00:00
parent af310178c6
commit 92cac004da
3 changed files with 6 additions and 4 deletions

View File

@ -183,7 +183,7 @@
#undef HAVE_UTMPX_H #undef HAVE_UTMPX_H
/* Define if you have the utmp.ut_id strcuture member */ /* Define if you have the utmp.ut_id strcuture member */
#undef HAVE_UTMP_UT_ID #undef HAVE_STRUCT_UTMP_UT_ID
/* Define if you have the memcpy function. */ /* Define if you have the memcpy function. */
#undef HAVE_MEMCPY #undef HAVE_MEMCPY

6
configure vendored
View File

@ -6492,7 +6492,8 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default #include <utmp.h>
int int
main () main ()
{ {
@ -6527,7 +6528,8 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default #include <utmp.h>
int int
main () main ()
{ {

View File

@ -237,7 +237,7 @@ AC_TYPE_SIZE_T
AC_STRUCT_ST_BLKSIZE AC_STRUCT_ST_BLKSIZE
AC_HEADER_STAT AC_HEADER_STAT
AC_STRUCT_TM AC_STRUCT_TM
AC_CHECK_MEMBERS([struct utmp.ut_id]) AC_CHECK_MEMBERS([struct utmp.ut_id],,,[#include <utmp.h>])
dnl dnl
dnl Checks for library functions. dnl Checks for library functions.