Commit 858281e1 authored by Christophe Mutricy's avatar Christophe Mutricy

Defines nvlc aliases in all cases

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