]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(AC_STRUCT_TM): Fixed checking message to be less confusing.
authorRoland McGrath <roland@gnu.org>
Thu, 19 May 1994 10:04:58 +0000 (10:04 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 19 May 1994 10:04:58 +0000 (10:04 +0000)
acspecific.m4
lib/autoconf/specific.m4

index 45ee1be9223d69808243d6be21dcc1c58165d7a1..5a9e2e2538fe59fa85ba2a33443b74b78e671146 100644 (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
index 45ee1be9223d69808243d6be21dcc1c58165d7a1..5a9e2e2538fe59fa85ba2a33443b74b78e671146 100644 (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