From 18742ea800d1f89a00758e476a8d69e50b662e9c Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Tue, 19 Jul 2016 22:17:52 +0200 Subject: [PATCH] Disable nls in osx-travis Weird linking problems --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 00585099..9cbcf90b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ before_script: - autoreconf -i - automake - autoconf - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./configure --without-openssl --without-gnutls --with-appletls; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./configure --without-openssl --without-gnutls --with-appletls --disable-nls ; fi - if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then ./configure ; fi script: - make check