From 268b0823860274d6079c5dd307770a0769d404ef Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Thu, 25 Mar 2004 11:44:59 +0000 Subject: Added support for a configuration file ~/.ncmpcrc and color support. git-svn-id: https://svn.musicpd.org/ncmpc/trunk@473 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- configure.ac | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 501e00e88..531cc3b29 100644 --- a/configure.ac +++ b/configure.ac @@ -79,17 +79,6 @@ if test "$enable_debug" = yes; then CFLAGS="$CFLAGS -g -DDEBUG" fi -dnl Enable -AC_ARG_ENABLE(colors, - [ --enable-colors Enable colors [default=no]], - , - enable_colors=no) - -if test "$enable_colors" = yes; then - CFLAGS="$CFLAGS -DENABLE_COLORS" -fi - - dnl Default charset AC_ARG_WITH(default-charset, [ --with-default-charset=ARG Default charset (ISO-8859-1)], -- cgit v1.2.3