summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorskidoo23 <joerg@raftopoulos.net>2018-07-29 16:03:53 +0200
committerMax Kellermann <max@musicpd.org>2018-07-29 18:22:03 +0200
commit501e48dabae9ae87500fcb8de60beee810a922e9 (patch)
tree2b3018df4e993e671e5c45cd0a683902ab9d63f6 /configure.ac
parent643ecd1edd6b319949f704938997f81c845aab56 (diff)
configure.ac: Do not link libsidplayfp against libresid-builder
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 71b7eee77..6eb5f50b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1017,10 +1017,11 @@ if test x$enable_sidplay != xno && test x$found_sidplayfp = xno; then
fi
if test x$enable_sidplay = xyes; then
- SIDPLAY_LIBS="$SIDPLAY_LIBS -lresid-builder"
AC_DEFINE(ENABLE_SIDPLAY, 1, [Define for libsidplayfp or libsidplay2 support])
if test x$found_sidplayfp = xyes; then
AC_DEFINE(HAVE_SIDPLAYFP, 1, [Define if libsidplayfp is used instead of libsidplay2])
+ else
+ SIDPLAY_LIBS="$SIDPLAY_LIBS -lresid-builder"
fi
fi