]> granicus.if.org Git - strace/commitdiff
typo in last change
authorRoland McGrath <roland@redhat.com>
Fri, 10 Jan 2003 19:57:34 +0000 (19:57 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 10 Jan 2003 19:57:34 +0000 (19:57 +0000)
configure.ac

index 664a5c98cda484fc0083a11834c5a5c9b880d463..cdb8d38589a91f00b385227df7e4630905827e8d 100644 (file)
@@ -167,7 +167,7 @@ AC_TYPE_UID_T
 AC_TYPE_MODE_T
 AC_TYPE_GETGROUPS
 AC_HEADER_MAJOR
-AC_CHECK_TYPES([sig_atomic_t. siginfo_t],,, [#include <signal.h>])
+AC_CHECK_TYPES([sig_atomic_t, siginfo_t],,, [#include <signal.h>])
 AC_CHECK_MEMBERS([struct sockaddr_in6.sin6_scope_id],,, [#include <netinet/in.h])
 AC_CHECK_TYPES([long long])
 AC_LITTLE_ENDIAN_LONG_LONG