diff options
author | Max Kellermann <max@musicpd.org> | 2017-02-09 21:24:20 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-02-09 21:24:20 +0100 |
commit | 67a958a3262d37892a5043fc6216c1d8d9f65b1c (patch) | |
tree | be3dc099c1bd62adaecb2b143cb8f822280ae198 /configure.ac | |
parent | 38507165221cdf0cc5c76020658b8c69d2a31dbe (diff) | |
parent | 7372c931b3d1cbf4237b37750aa76602fc0382e7 (diff) |
Merge branch 'v0.20.x'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d738fc4c6..cd7f23aa3 100644 --- a/configure.ac +++ b/configure.ac @@ -988,7 +988,7 @@ AM_CONDITIONAL(ENABLE_VORBIS_DECODER, test x$enable_vorbis = xyes || test x$enab dnl --------------------------------- sidplay --------------------------------- if test x$enable_sidplay != xno; then dnl Check for libsidplayfp first - PKG_CHECK_MODULES([SIDPLAY], [libsidplayfp libsidutils], + PKG_CHECK_MODULES([SIDPLAY], [libsidplayfp], [found_sidplayfp=yes], [found_sidplayfp=no]) found_sidplay=$found_sidplayfp |