You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/mt-daapd/files/mt-daapd-0.2.4.2-oggvorbis....

19 lines
590 B

--- a/configure.in
+++ b/configure.in
@@ -63,9 +63,14 @@
AC_SUBST(AVAHI_LIBS)
AC_ARG_ENABLE(oggvorbis,[ --enable-oggvorbis Enable Ogg/Vorbis support],
+ [ case "${enableval}" in
+ yes)
use_oggvorbis=true;
# LDFLAGS="${LDFLAGS} -logg -lvorbis";
- CPPFLAGS="${CPPFLAGS} -DOGGVORBIS")
+ CPPFLAGS="${CPPFLAGS} -DOGGVORBIS"
+ esac
+ ]
+ )
AM_CONDITIONAL(COND_REND_HOWL, test x$rend_howl = xtrue)
AM_CONDITIONAL(COND_REND_AVAHI, test x$rend_avahi = xtrue)