summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-05-18 01:13:17 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-19 07:31:22 +0200
commit735a02c65622da0bc9c2d6b4ce44d126d4c766aa (patch)
tree1ad78ccd124e76d0280abbe87cb47cc6b3dc646a /configure.ac
parent81875845e63bf64922726c3da134e43b56e5d879 (diff)
downloadrsyslog-735a02c65622da0bc9c2d6b4ce44d126d4c766aa.tar.gz
rsyslog-735a02c65622da0bc9c2d6b4ce44d126d4c766aa.tar.xz
rsyslog-735a02c65622da0bc9c2d6b4ce44d126d4c766aa.zip
Cleanup and typo fixes
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index db4de163..a93a968c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -697,7 +697,7 @@ AC_ARG_ENABLE(imtemplate,
# for samples
#
AM_CONDITIONAL(ENABLE_IMTEMPLATE, test x$enable_imtemplate = xyes)
-# end of copy template - be sure to serach for imtemplate to find everything!
+# end of copy template - be sure to search for imtemplate to find everything!
SHAVE_INIT
@@ -732,7 +732,7 @@ AC_ARG_ENABLE(omtemplate,
# for samples
#
AM_CONDITIONAL(ENABLE_OMTEMPLATE, test x$enable_omtemplate = xyes)
-# end of copy template - be sure to serach for omtemplate to find everything!
+# end of copy template - be sure to search for omtemplate to find everything!
# settings for omstdout
@@ -747,10 +747,6 @@ AC_ARG_ENABLE(omstdout,
esac],
[enable_omstdout=no]
)
-#
-# you may want to do some library checks here - see snmp, mysql, pgsql modules
-# for samples
-#
AM_CONDITIONAL(ENABLE_OMSTDOUT, test x$enable_omstdout = xyes)