mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
Remove unused NSLU2 flag
This commit is contained in:
@@ -66,9 +66,6 @@ AC_ARG_ENABLE(sqlite3,[ --enable-sqlite3 Enable sqlite3 db backend],
|
|||||||
*) AC_MSG_ERROR(bad value ${enableval} for --enable-sqlite3);;
|
*) AC_MSG_ERROR(bad value ${enableval} for --enable-sqlite3);;
|
||||||
esac ])
|
esac ])
|
||||||
|
|
||||||
AC_ARG_ENABLE(nslu2,[ --enable-nslu2 Build for NSLU2/uNSLUng],
|
|
||||||
CFLAGS="${CFLAGS} -DNSLU2")
|
|
||||||
|
|
||||||
AC_ARG_ENABLE(oggvorbis,[ --enable-oggvorbis Enable Ogg/Vorbis support],
|
AC_ARG_ENABLE(oggvorbis,[ --enable-oggvorbis Enable Ogg/Vorbis support],
|
||||||
[ case "${enableval}" in
|
[ case "${enableval}" in
|
||||||
yes) use_oggvorbis=true;
|
yes) use_oggvorbis=true;
|
||||||
|
|||||||
@@ -1123,8 +1123,4 @@ void config_emit_flags(WS_CONNINFO *pwsc, void *value, char *arg) {
|
|||||||
#ifdef MUSEPACK
|
#ifdef MUSEPACK
|
||||||
ws_writefd(pwsc,"%s ","--enable-musepack");
|
ws_writefd(pwsc,"%s ","--enable-musepack");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef NSLU2
|
|
||||||
ws_writefd(pwsc,"%s ","--enable-nslu2");
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user