| commit | acf06ef2e3e3b7f808c982cc86d402da981260bb | [log] [tgz] |
|---|---|---|
| author | Roland McGrath <roland@redhat.com> | Fri Jan 10 19:57:34 2003 +0000 |
| committer | Roland McGrath <roland@redhat.com> | Fri Jan 10 19:57:34 2003 +0000 |
| tree | 6592924bad2b31f177c65dac2ad94c11cc5cf53d | |
| parent | 516f34994b5160f0821b5b1d98c2e46b541890d1 [diff] |
typo in last change
diff --git a/configure.ac b/configure.ac index 664a5c9..cdb8d38 100644 --- a/configure.ac +++ b/configure.ac
@@ -167,7 +167,7 @@ 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