diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-07-01 19:51:47 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-07-01 19:52:44 -0700 |
commit | 1188465112a1a3c6acce9d370d448df70fd4fa4d (patch) | |
tree | 8c6c70f6553d965de56528379dfdf4548d965aa7 /configure.ac | |
parent | 4af24b2f5b3f8f2c20271ae323b6fa528b9b2127 (diff) |
x11perfcomp should use mktemp instead of pid for tmp directory
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0e5c297..1b62a88 100644 --- a/configure.ac +++ b/configure.ac @@ -44,6 +44,9 @@ AC_TYPE_SIGNAL # Define the installation directory for the x11 performance compare scripts AC_SUBST([x11perfcompdir], [$libdir/X11/x11perfcomp]) +# Checks for programs run by the scripts we install +AC_PATH_PROG(MKTEMP, mktemp) + # Checks for pkg-config packages PKG_CHECK_MODULES(X11PERF, x11 xmuu) |