summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-03 12:18:04 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-03 12:18:04 +0100
commitfbc8fca067ad6c942577277305043b59695724c6 (patch)
treeeeeaa75bde3ecee17ecdebd1983843e51762ef51 /.github
parent1cfa6b0d5c52056cf71c58513b4ec7a0b4bfb319 (diff)
Use termcap instead.
Diffstat (limited to '.github')
-rw-r--r--.github/travis/build-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/travis/build-all.sh b/.github/travis/build-all.sh
index 2edd82b2..157db81f 100644
--- a/.github/travis/build-all.sh
+++ b/.github/travis/build-all.sh
@@ -28,7 +28,7 @@ tar -zxf ncurses-*.tar.gz || exit 1
--without-tests \
--without-tack \
--disable-database \
- --with-fallbacks=ansi \
+ --with-termcap \
--enable-pc-files \
--with-pkg-config-libdir=$BUILD/lib/pkgconfig &&
make && make install) || exit 1