diff --git a/src/helpers.cpp b/src/helpers.cpp index e2dbae3d..06a20999 100644 --- a/src/helpers.cpp +++ b/src/helpers.cpp @@ -69,9 +69,23 @@ void ParseArgv(int argc, char **argv) # ifdef HAVE_CURL_CURL_H << " curl" # endif +# ifdef HAVE_ICONV_H + << " iconv" +# endif +# ifdef HAVE_FFTW3_H + << " fftw" +# endif +# ifdef USE_PDCURSES + << " pdcurses" +# else + << " ncurses" +# endif # ifdef HAVE_TAGLIB_H << " taglib" # endif +# ifdef HAVE_PTHREAD_H + << " threads" +# endif # ifdef _UTF8 << " unicode" # endif