]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Check for siginterrupt, used by the test suite web server sws.
authorDaniel Stenberg <daniel@haxx.se>
Thu, 30 Oct 2003 07:31:02 +0000 (07:31 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 30 Oct 2003 07:31:02 +0000 (07:31 +0000)
configure.ac

index 1af433377046ac0776ec9f09659bed89a060fca6..a570a36ef079d6506a7ddd19ce2596fe08192d52 100644 (file)
@@ -920,6 +920,7 @@ AC_CHECK_FUNCS( socket \
                 tcgetattr \
                 perror \
                 closesocket \
+                siginterrupt \
                 sigaction \
                 signal \
                 getpass_r \