diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-26 18:58:15 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-26 18:58:15 +0000 |
commit | 22c07dc931424a64046c489ff95b9ca14d7a5552 (patch) | |
tree | 9743a14c133eb91482f6e2843c84962ca06a55ba | |
parent | db7faf36b93971eef4857d24efe0de155b7cdb19 (diff) |
Use AC_TYPE_SIGNAL and AC_FUNC_VFORK to replace Imake's SIGNAL_DEFINES and
-DHAS_VFORK
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 62d8de1..427b1b4 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,9 @@ AC_PATH_PROGS(RAWCPP, [cpp], [$(CPP)], AC_PROG_INSTALL AC_PATH_PROG(SED,sed) +AC_TYPE_SIGNAL +AC_FUNC_FORK + # Checks for pkg-config packages PKG_CHECK_MODULES(XINIT, x11) AC_SUBST(XINIT_CFLAGS) |