* configure.in: Check for setpgid function.
[deliverable/binutils-gdb.git] / gdb / configure.in
index a4c50f1e0e521e35aef4f75bde8ca6b95270724c..ddfca6013356ae198a31d8b7691a64ea67ecd1aa 100644 (file)
@@ -40,6 +40,8 @@ AC_HEADER_STDC
 AC_CHECK_HEADERS(limits.h memory.h string.h strings.h unistd.h termios.h termio.h sgtty.h stddef.h sys/procfs.h link.h)
 AC_HEADER_STAT
 
+AC_CHECK_FUNCS(setpgid)
+
 AC_MSG_CHECKING([for gregset_t type])
 AC_CACHE_VAL(gdb_cv_have_gregset_t,
 [AC_TRY_LINK([#include <sys/procfs.h>],[gregset_t *gregsetp = 0],
This page took 0.023628 seconds and 4 git commands to generate.