From 8b5dc957345bbee8349340e345a6a06ec42a16e8 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 26 Jul 2005 18:58:15 +0000 Subject: Use AC_TYPE_SIGNAL and AC_FUNC_VFORK to replace Imake's SIGNAL_DEFINES and -DHAS_VFORK --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 803e44a..ce9995f 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,8 @@ if [[ -z $SED ]] ; then AC_MSG_ERROR([sed is needed to build x11perf]) fi +AC_TYPE_SIGNAL + # Checks for pkg-config packages PKG_CHECK_MODULES(X11PERF, x11 xmu) AC_SUBST(X11PERF_CFLAGS) -- cgit v1.2.3