diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ee129f5ac..0fbb4f16c 100644 --- a/configure.ac +++ b/configure.ac @@ -336,7 +336,7 @@ if test x$enable_curl = xyes; then fi AM_CONDITIONAL(HAVE_CURL, test x$enable_curl = xyes) -if test x$enable_shout_ogg = xyes || x$enable_shout_mp3 = xyes; then +if test x$enable_shout_ogg = xyes || test x$enable_shout_mp3 = xyes; then enable_shout=yes PKG_CHECK_MODULES([SHOUT], [shout], AC_DEFINE(HAVE_SHOUT, 1, [Define to enable libshout support]), |