diff options
| author | James Campos <james.r.campos@gmail.com> | 2016-06-28 21:26:07 -0700 |
|---|---|---|
| committer | James Campos <james.r.campos@gmail.com> | 2016-06-28 21:26:07 -0700 |
| commit | a80f21ffef16dc8065add264682313b2e8da73ea (patch) | |
| tree | ee2ad4afb08f92687636cfcb099b3cfd7dff7191 /GNUmakefile | |
| parent | 60a9480bd811cc99297725d3c114c62f7fbf666d (diff) | |
| download | vis-a80f21ffef16dc8065add264682313b2e8da73ea.tar.gz vis-a80f21ffef16dc8065add264682313b2e8da73ea.tar.xz | |
remove duplicate argument
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 99a2f75..3727012 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -31,7 +31,7 @@ LIBLPEG_SHA1 = 64a0920c9243b624a277c987d2219b6c50c43971 LIBNCURSES_CONFIG = --disable-database --with-fallbacks=st,st-256color,xterm,xterm-256color,vt100 \ --with-shared --enable-widec --enable-ext-colors --with-termlib=tinfo \ - --without-ada --without-cxx --without-cxx-binding --without-manpages --without-progs \ + --without-ada --without-cxx --without-cxx-binding --without-manpages \ --without-tests --without-progs --without-debug --without-profile \ --without-cxx-shared --without-termlib --without--ticlib |
