@ -17,7 +17,6 @@ AC_ARG_WITH(curl, AS_HELP_STRING([--with-curl], [Enable fetching lyrics from the
AC_ARG_WITH(fftw, AS_HELP_STRING([--with-fftw], [Enable fftw support (required for frequency spectrum vizualization) @<:@default=auto@:>@]), [fftw=$withval], [fftw=auto])
AC_ARG_WITH(iconv, AS_HELP_STRING([--with-iconv], [Enable iconv support (Note: if you use utf-8 system wide, you can disable this) @<:@default=auto@:>@]), [iconv=$withval], [iconv=auto])
AC_ARG_WITH(pdcurses, AS_HELP_STRING([--with-pdcurses[=LIBNAME]], [Link against pdcurses instead of ncurses @<:@default=XCurses@:>@]), [pdcurses=$withval], [pdcurses=no])
AC_ARG_WITH(threads, AS_HELP_STRING([--with-threads], [Enable threading support using posix threads @<:@default=auto@:>@]), [threads=$withval], [threads=auto])
AC_ARG_WITH(taglib, AS_HELP_STRING([--with-taglib], [Enable tag editor @<:@default=auto@:>@]), [taglib=$withval], [taglib=auto])
# if defined(HAVE_CURL_CURL_H) && defined(HAVE_PTHREAD_H)
# ifdef HAVE_CURL_CURL_H
Downloader=newpthread_t;
pthread_create(Downloader,0,Get,this);
# elif defined(HAVE_CURL_CURL_H)
Get(this);
w->Flush();
# else
*w<<"Local lyrics not found. As ncmpcpp has been compiled without curl support, you can put appropriate lyrics into "<<Folder<<" directory (file syntax is \"$ARTIST - $TITLE.txt\") or recompile ncmpcpp with curl support.";