mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
(AC_STRUCT_TM): Fixed checking message to be less confusing.
This commit is contained in:
parent
c7106d2e20
commit
dc1143d39a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user