aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-12-02 17:09:47 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-12-02 18:37:38 +0100
commit73ef4885451655e518a1b30e621d8ba2d47c070d (patch)
tree530c3c2d4b85948b1cbadab32b559c17ae96ebae
parent4120576b40d09a3434c9ed5e323b3a37bb45be2e (diff)
downloadvis-73ef4885451655e518a1b30e621d8ba2d47c070d.tar.gz
vis-73ef4885451655e518a1b30e621d8ba2d47c070d.tar.xz
build: remove erroneous libtermkey dependency
Fix #636
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 67f7dfd..25059f1 100755
--- a/configure
+++ b/configure
@@ -359,7 +359,7 @@ fi
if test -z "$LDFLAGS_TERMKEY"; then
CFLAGS_TERMKEY=""
- LDFLAGS_TERMKEY="-ltermkey -lncursesw"
+ LDFLAGS_TERMKEY="-ltermkey"
fi
if $CC $CFLAGS $CFLAGS_TERMKEY "$tmpc" $LDFLAGS $LDFLAGS_TERMKEY $LDFLAGS_CURSES \