(AC_STRUCT_TM): Fixed checking message to be less confusing.

This commit is contained in:
Roland McGrath 1994-05-19 10:04:58 +00:00
parent c7106d2e20
commit dc1143d39a
2 changed files with 2 additions and 2 deletions

View File

@ -925,7 +925,7 @@ dnl
dnl
define(AC_STRUCT_TM,
[AC_PROVIDE([$0])dnl
AC_CHECKING([for struct tm in time.h])
AC_CHECKING([for struct tm in sys/time.h instead of time.h])
AC_TEST_LINK([#include <sys/types.h>
#include <time.h>],
[struct tm *tp; tp->tm_sec;], , AC_DEFINE(TM_IN_SYS_TIME))])dnl

View File

@ -925,7 +925,7 @@ dnl
dnl
define(AC_STRUCT_TM,
[AC_PROVIDE([$0])dnl
AC_CHECKING([for struct tm in time.h])
AC_CHECKING([for struct tm in sys/time.h instead of time.h])
AC_TEST_LINK([#include <sys/types.h>
#include <time.h>],
[struct tm *tp; tp->tm_sec;], , AC_DEFINE(TM_IN_SYS_TIME))])dnl