diff options
author | William Cohen <wcohen@redhat.com> | 2009-05-11 17:40:50 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-05-11 17:40:50 -0400 |
commit | d73f7da3f62d8cfc6754d19318a811d5481eff63 (patch) | |
tree | 64d52b01db858bdb4067ade7655c1d9cac28f601 /configure.ac | |
parent | f622867ed110ab8686b573ec086b24e5486de10b (diff) | |
parent | d450a957821659ef1d50ff59378c72df2986b21a (diff) | |
download | systemtap-steved-d73f7da3f62d8cfc6754d19318a811d5481eff63.tar.gz systemtap-steved-d73f7da3f62d8cfc6754d19318a811d5481eff63.tar.xz systemtap-steved-d73f7da3f62d8cfc6754d19318a811d5481eff63.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f3135287..198d77f1 100644 --- a/configure.ac +++ b/configure.ac @@ -260,7 +260,7 @@ if test "x${have_nss_includes}${have_nss_libs}${have_certutil}" != "xyesyesyes"; else AC_DEFINE([HAVE_NSS], [1], [Define to 1 if you have the nss libraries.]) fi -AM_CONDITIONAL([BUILD_SERVER], [test "x${have_nss_includes}${have_nss_libs}${javer_certutil}" == "xyesyesyes" -a "$enable_server" != "no"]) +AM_CONDITIONAL([BUILD_SERVER], [test "x${have_nss_includes}${have_nss_libs}${have_certutil}" == "xyesyesyes" -a "$enable_server" != "no"]) AM_CONDITIONAL([HAVE_NSS], [test "x${have_nss_includes}${have_nss_libs}${have_certutil}" == "xyesyesyes"]) dnl Handle the optional grapher |