From 73ef4885451655e518a1b30e621d8ba2d47c070d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 2 Dec 2017 17:09:47 +0100 Subject: build: remove erroneous libtermkey dependency Fix #636 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3