Travis-CI: Enable OpenSSL and libiconv support

This commit is contained in:
Alexander Barton 2013-06-04 12:46:44 +02:00
parent 11240376a5
commit f6ac0d89ae
1 changed files with 1 additions and 1 deletions

View File

@ -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