mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-24 03:49:14 -05:00
Get rid of old howl crap - run with 0.9.6ish or better
This commit is contained in:
parent
08bef94c48
commit
a1d62cf6c6
10
configure.in
10
configure.in
@ -45,15 +45,7 @@ AC_ARG_ENABLE(howl,[ --enable-howl Use howl 0.9.2 or later],
|
|||||||
CPPFLAGS="${CPPFLAGS} -DWITH_HOWL";;
|
CPPFLAGS="${CPPFLAGS} -DWITH_HOWL";;
|
||||||
no) rend_howl=false;;
|
no) rend_howl=false;;
|
||||||
*) AC_MSG_ERROR(bad value ${enableval} for --enable-howl);;
|
*) AC_MSG_ERROR(bad value ${enableval} for --enable-howl);;
|
||||||
esac ],[rend_howl=false])
|
esac ])
|
||||||
|
|
||||||
AC_ARG_ENABLE(old-howl,[ --enable-old-howl Use the howl mDNS library (pre 0.9.2)],
|
|
||||||
[ case "${enableval}" in
|
|
||||||
yes) rend_howl=true; LDFLAGS="${LDFLAGS} -lrendezvous -lcorby -lsalt";
|
|
||||||
CPPFLAGS="${CPPFLAGS} -DWITH_HOWL";;
|
|
||||||
no) rend_howl=false;;
|
|
||||||
*) AC_MSG_ERROR(bad value ${enableval} for --enable-howl);;
|
|
||||||
esac ],[rend_howl=false])
|
|
||||||
|
|
||||||
AM_CONDITIONAL(COND_REND_HOWL, test x$rend_howl = xtrue)
|
AM_CONDITIONAL(COND_REND_HOWL, test x$rend_howl = xtrue)
|
||||||
AM_CONDITIONAL(COND_REND_POSIX, test x$rend_posix = xtrue)
|
AM_CONDITIONAL(COND_REND_POSIX, test x$rend_posix = xtrue)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user