Remove unused NSLU2 flag
This commit is contained in:
parent
eb5cccca06
commit
c0d395b7f9
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue