Remove unused NSLU2 flag

This commit is contained in:
Julien BLACHE 2009-04-01 16:22:38 +02:00
parent eb5cccca06
commit c0d395b7f9
2 changed files with 0 additions and 7 deletions

View File

@ -66,9 +66,6 @@ AC_ARG_ENABLE(sqlite3,[ --enable-sqlite3 Enable sqlite3 db backend],
*) AC_MSG_ERROR(bad value ${enableval} for --enable-sqlite3);;
esac ])
AC_ARG_ENABLE(nslu2,[ --enable-nslu2 Build for NSLU2/uNSLUng],
CFLAGS="${CFLAGS} -DNSLU2")
AC_ARG_ENABLE(oggvorbis,[ --enable-oggvorbis Enable Ogg/Vorbis support],
[ case "${enableval}" in
yes) use_oggvorbis=true;

View File

@ -1123,8 +1123,4 @@ void config_emit_flags(WS_CONNINFO *pwsc, void *value, char *arg) {
#ifdef MUSEPACK
ws_writefd(pwsc,"%s ","--enable-musepack");
#endif
#ifdef NSLU2
ws_writefd(pwsc,"%s ","--enable-nslu2");
#endif
}