Skip to content
Snippets Groups Projects
Commit 858281e1 authored by Christophe Mutricy's avatar Christophe Mutricy
Browse files

Defines nvlc aliases in all cases

parent a7f36068
No related branches found
No related tags found
No related merge requests found
......@@ -5358,6 +5358,7 @@ AC_ARG_ENABLE(ncurses,
[AC_CHECK_LIB(ncursesw, mvprintw,
[VLC_ADD_PLUGINS([ncurses])
VLC_ADD_LIBS([ncurses],[-lncursesw])
ALIASES="${ALIASES} nvlc"
AC_DEFINE([HAVE_NCURSESW], 1, [Define to 1 if you have libncursesw.])
],
[AC_CHECK_LIB( ncurses, mvprintw,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment