]> sjero.net Git - wget/commitdiff
[svn] *** empty log message ***
authorhniksic <devnull@localhost>
Tue, 4 Nov 2003 13:38:17 +0000 (05:38 -0800)
committerhniksic <devnull@localhost>
Tue, 4 Nov 2003 13:38:17 +0000 (05:38 -0800)
configure.in

index 85234e8097e456c501e83b5bcb8f6c0813a45dea..468ea17f005779776712b2f3985664fc6a3c8d1e 100644 (file)
@@ -173,11 +173,12 @@ AC_CHECK_SIZEOF(long)
 AC_CHECK_SIZEOF(long long)
 
 dnl
-dnl Checks for system-specific types.
+dnl Checks for non-universal or system-specific types.
 dnl
 AC_TYPE_SIZE_T
 AC_TYPE_PID_T
 AC_CHECK_TYPES(uint32_t)
+AC_TYPE_SIGNAL
 AC_CHECK_TYPES(sig_atomic_t, [], [], [
 #include <stdio.h>
 #if HAVE_SYS_TYPES_H
@@ -191,11 +192,6 @@ AC_CHECK_TYPES(sig_atomic_t, [], [], [
 #endif
 ])
 
-dnl
-dnl Return type of signal-handlers
-dnl
-AC_TYPE_SIGNAL
-
 dnl
 dnl Checks for library functions.
 dnl