1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 18:47:46 +02:00

Turn off native colours by default

This commit is contained in:
Wesley Merkel 2014-04-05 16:20:35 -06:00
parent b9290c8a83
commit 0fdb01ff97

View File

@ -452,10 +452,10 @@ fi
AM_CONDITIONAL(BUILD_AV, test "x$BUILD_AV" = "xyes")
# check for ncurses default colour capabilities
NATIVE_COLOURS="yes"
NATIVE_COLOURS="no"
AC_ARG_ENABLE([native-colours],
[AC_HELP_STRING(
[--disable-native-colours], [use terminal-default fg/bg colours])
[--enable-native-colours], [use terminal-default fg/bg colours])
],
[
if test "x$enableval" = "xno"; then