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 | 8b5dc957345bbee8349340e345a6a06ec42a16e8 (patch) | |
tree | 590faae440fba29a0f0c115a3608af6402a4de63 /configure.ac | |
parent | 74c819bed573af85aabd92f023c885e53fb0cf77 (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.ac | 2 |
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) |