diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-05-21 04:18:51 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-05-21 04:18:51 +0200 |
commit | 715b9fe052f5a7c622a1f71f905461e06e398de8 (patch) | |
tree | 033f0137a1b05be06cee467074f8a594915082f6 /Makefile.am | |
parent | ac32d356b5b776e0ca549d5c689a8932af4c2171 (diff) | |
download | rsyslog-715b9fe052f5a7c622a1f71f905461e06e398de8.tar.gz rsyslog-715b9fe052f5a7c622a1f71f905461e06e398de8.tar.bz2 rsyslog-715b9fe052f5a7c622a1f71f905461e06e398de8.zip |
preparing for 6.1.8 releasev6.1.8
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 037ad88c..d689b9ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -224,6 +224,7 @@ SUBDIRS += tests # in a make distcheck is so that we detect code that accidently was not updated # when some global update happened. DISTCHECK_CONFIGURE_FLAGS= --enable-gssapi_krb5 \ + --enable-gnutls \ --enable-imfile \ --enable-snmp \ --enable-pgsql \ |