]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Travis-CI: Enable OpenSSL and libiconv support bug151-iconv
authorAlexander Barton <alex@barton.de>
Tue, 4 Jun 2013 10:46:44 +0000 (12:46 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 4 Jun 2013 10:46:44 +0000 (12:46 +0200)
.travis.yml

index 0970f10d27e152bdfe2d42f8d3964f0e9a07a428..55577baab06ddcb88b3659b25bd62e5ad8d8f7fb 100644 (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