summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-28 15:59:24 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-28 15:59:24 +0000
commitf67509d5707978f2acd0e335af58266afc04e372 (patch)
tree01b65c0647fadb25df0974da82d2a9d780662558 /configure.ac
parent1990c08536f3880053508ab6b60aab8cee9760ec (diff)
downloadrsyslog-f67509d5707978f2acd0e335af58266afc04e372.tar.gz
rsyslog-f67509d5707978f2acd0e335af58266afc04e372.tar.xz
rsyslog-f67509d5707978f2acd0e335af58266afc04e372.zip
omgssapi created
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 886a32d3..7589097d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,6 +154,7 @@ if test $want_gssapi_krb5 = yes; then
])
])
fi
+AM_CONDITIONAL(ENABLE_GSSAPI, test x$want_gssapi_krb5 = xyes)
# multithreading via pthreads
AC_ARG_ENABLE(pthreads,
@@ -349,7 +350,7 @@ AC_SUBST(pgsql_cflags)
AC_SUBST(pgsql_libs)
-AC_CONFIG_FILES([Makefile doc/Makefile plugins/imudp/Makefile plugins/imtcp/Makefile plugins/imuxsock/Makefile plugins/immark/Makefile plugins/imklog/Makefile plugins/ommysql/Makefile plugins/ompgsql/Makefile])
+AC_CONFIG_FILES([Makefile doc/Makefile plugins/imudp/Makefile plugins/imtcp/Makefile plugins/imuxsock/Makefile plugins/immark/Makefile plugins/imklog/Makefile plugins/omgssapi/Makefile plugins/ommysql/Makefile plugins/ompgsql/Makefile])
AC_OUTPUT
echo "****************************************************"