Browse Source

Add missing check for sigaction

Tatsuhiro Tsujikawa 12 years ago
parent
commit
e548a1a225
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -504,6 +504,7 @@ AC_CHECK_FUNCS([__argz_count \
                 rmdir \
                 select \
                 setlocale \
+                sigaction \
                 sleep \
                 socket \
                 stpcpy \