summaryrefslogtreecommitdiff
path: root/configure.ac
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
commit8b5dc957345bbee8349340e345a6a06ec42a16e8 (patch)
tree590faae440fba29a0f0c115a3608af6402a4de63 /configure.ac
parent74c819bed573af85aabd92f023c885e53fb0cf77 (diff)
Use AC_TYPE_SIGNAL and AC_FUNC_VFORK to replace Imake's SIGNAL_DEFINES and
-DHAS_VFORK
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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)