Skip to content

Commit

Permalink
build: remove erroneous libtermkey dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Dec 2, 2017
1 parent 4120576 commit 73ef488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 73ef488

Please sign in to comment.