diff options
author | David Smith <dsmith@redhat.com> | 2009-01-22 15:40:44 -0600 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-01-22 15:40:44 -0600 |
commit | 6275c8d707229558487e2927f1f9940a9d237fbe (patch) | |
tree | e3004384e8682f67ffdcec69faa3929600ebfc7c /configure.ac | |
parent | c1008fd01d322bb12e66cb8dc513d488082777a4 (diff) | |
download | systemtap-steved-6275c8d707229558487e2927f1f9940a9d237fbe.tar.gz systemtap-steved-6275c8d707229558487e2927f1f9940a9d237fbe.tar.xz systemtap-steved-6275c8d707229558487e2927f1f9940a9d237fbe.zip |
2009-01-22 David Smith <dsmith@redhat.com>
* systemtap.spec: Added 'nss-devel' buildreq so that the 'client'
subpackage could be built correctly. Added file-based buildreq
for xmlto's pdf support, which works on f8, f9, f9, and rhel5.
* configure.ac: Fixed typo.
* configure: Regenerated.
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 fb931319..7b9afb89 100644 --- a/configure.ac +++ b/configure.ac @@ -216,7 +216,7 @@ AM_CONDITIONAL([BUILD_REFDOCS], [test "$building_refdocs" == "yes"]) dnl Handle the option to build the server setup. AC_ARG_ENABLE([server], - AS_HELP_STRING([--enble-server], + AS_HELP_STRING([--enable-server], [enable building of stap-server/client (default on if nss etc. found).]), [enable_server=$enableval], [enable_server="check"]) |