From f6ac0d89ae058794e82f62660f7fe2164ffc3ca1 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 4 Jun 2013 12:46:44 +0200 Subject: [PATCH] Travis-CI: Enable OpenSSL and libiconv support --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0970f10d..55577baa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ before_install: compiler: - gcc - clang -script: ./autogen.sh && ./configure --enable-ipv6 --with-ident --with-pam --with-tcp-wrappers --with-zlib && make check +script: ./autogen.sh && ./configure --enable-ipv6 --with-iconv --with-ident --with-openssl --with-pam --with-tcp-wrappers --with-zlib && make check -- 2.39.2