summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-26 18:58:15 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-26 18:58:15 +0000
commit22c07dc931424a64046c489ff95b9ca14d7a5552 (patch)
tree9743a14c133eb91482f6e2843c84962ca06a55ba
parentdb7faf36b93971eef4857d24efe0de155b7cdb19 (diff)
Use AC_TYPE_SIGNAL and AC_FUNC_VFORK to replace Imake's SIGNAL_DEFINES and
-DHAS_VFORK
-rw-r--r--configure.ac3
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)