diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-05-21 18:18:56 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-05-21 18:18:56 -0700 |
commit | d5b726c2dbc22b6fd9623604e9252aaef30c387c (patch) | |
tree | 64efd74cff777a6aa1e5e12cd7f56ea092438876 /configure.ac | |
parent | dfba9a82068b44429a08b307d26b91495c10c7c1 (diff) |
Remove support for pre-POSIX-1990 platforms
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 55648bc..51c6dbf 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,8 @@ AC_CANONICAL_HOST AC_TYPE_SIGNAL AC_FUNC_FORK +AC_CHECK_FUNCS([killpg]) + m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))]) # Build options |