disable detecting currently used encoding as it's extremely ugly

This commit is contained in:
Andrzej Rybczak
2009-03-26 17:00:00 +01:00
parent 344fc21d76
commit 343f778256
11 changed files with 28 additions and 475 deletions

View File

@@ -38,7 +38,6 @@ if test "$prefix" = "NONE"; then
else
encodings_file="${prefix}"
fi
AC_DEFINE_UNQUOTED([ENCODINGS], ["${encodings_file}/share/ncmpcpp/encodings"], [defines path for encodings file])
AC_CHECK_HEADERS([iconv.h], , AC_MSG_NOTICE(cannot find iconv.h header, iconv support will be disabled))
dnl ========================
@@ -103,5 +102,5 @@ if test "$taglib" = "yes" ; then
fi
fi
AC_CONFIG_FILES([Makefile src/Makefile data/Makefile doc/Makefile])
AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile])
AC_OUTPUT