summaryrefslogtreecommitdiffstats
path: root/grapher/Makefile.in
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-05-08 11:42:24 +0200
committerMark Wielaard <mjw@redhat.com>2009-05-08 11:42:24 +0200
commit07f8225311f85de5754bb594bf6ee945425dafcc (patch)
treea2f7d7daedc033e9a32b0a4fb08a29949016741d /grapher/Makefile.in
parent532a25e60429f12cb92ef1056f1454815d135322 (diff)
downloadsystemtap-steved-07f8225311f85de5754bb594bf6ee945425dafcc.tar.gz
systemtap-steved-07f8225311f85de5754bb594bf6ee945425dafcc.tar.xz
systemtap-steved-07f8225311f85de5754bb594bf6ee945425dafcc.zip
Check whether certutil as provided by nss-tools is installed.
* configure.ac: Add check for certuril, don't build nss stap server when not found. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * grapher/Makefile.in: Likewise.
Diffstat (limited to 'grapher/Makefile.in')
-rw-r--r--grapher/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/Makefile.in b/grapher/Makefile.in
index 786719da..fc260d60 100644
--- a/grapher/Makefile.in
+++ b/grapher/Makefile.in
@@ -144,6 +144,7 @@ docdir = @docdir@
dvidir = @dvidir@
elfutils_abs_srcdir = @elfutils_abs_srcdir@
exec_prefix = @exec_prefix@
+have_certutil = @have_certutil@
have_dvips = @have_dvips@
have_latex = @have_latex@
have_latex2html = @have_latex2html@