[project @ 2003-10-31 23:23:43 by sof]
authorsof <unknown>
Fri, 31 Oct 2003 23:23:43 +0000 (23:23 +0000)
committersof <unknown>
Fri, 31 Oct 2003 23:23:43 +0000 (23:23 +0000)
check for siginterrupt()

configure.ac

index 7fc3c9a..66001ed 100644 (file)
@@ -1083,7 +1083,7 @@ AC_CHECK_FUNCS(setenv unsetenv)
 
 
 dnl ** check for specific library functions that we are interested in
-AC_CHECK_FUNCS(access ftime getclock getpagesize getrusage gettimeofday mktime mprotect readlink setitimer stat lstat symlink sysconf timelocal times vadvise localtime_r gmtime_r readdir_r getgrgid_r getgrnam_r getpwuid_r getpwnam_r)
+AC_CHECK_FUNCS(access ftime getclock getpagesize getrusage gettimeofday mktime mprotect readlink setitimer stat lstat siginterrupt symlink sysconf timelocal times vadvise localtime_r gmtime_r readdir_r getgrgid_r getgrnam_r getpwuid_r getpwnam_r)
 
 dnl ** Solaris2 needs additionl flag for getpw*_r()
 case "$TargetPlatform" in