comparison configure.ac @ 996:9feda7db56d7

s/libSIDPlay2-FP/libSIDPlayFP/g.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 01 Nov 2013 23:56:40 +0200
parents 34259889b2b1
children 2e30075384e6
comparison
equal deleted inserted replaced
995:cfc879a562c3 996:9feda7db56d7
19 dnl *** Define some templates 19 dnl *** Define some templates
20 dnl *** 20 dnl ***
21 AH_TEMPLATE([HAVE_SONG_POSITION], [Define if you have XMMS patched with the songpos patch.]) 21 AH_TEMPLATE([HAVE_SONG_POSITION], [Define if you have XMMS patched with the songpos patch.])
22 AH_TEMPLATE([HAVE_SIDPLAY1], [Define if you have and want to use libSIDPlay 1.]) 22 AH_TEMPLATE([HAVE_SIDPLAY1], [Define if you have and want to use libSIDPlay 1.])
23 AH_TEMPLATE([HAVE_SIDPLAY2], [Define if you have and want to use libSIDPlay 2.]) 23 AH_TEMPLATE([HAVE_SIDPLAY2], [Define if you have and want to use libSIDPlay 2.])
24 AH_TEMPLATE([HAVE_SIDPLAYFP], [Define if you have and want to use libSIDPlay2-FP http://sourceforge.net/projects/sidplay-residfp/]) 24 AH_TEMPLATE([HAVE_SIDPLAYFP], [Define if you have and want to use libSIDPlayFP http://sourceforge.net/projects/sidplay-residfp/])
25 AH_TEMPLATE([HAVE_SIDPLAYFP_V10], [Define if you are using v1.0.x API of libSIDPlay2-FP.]) 25 AH_TEMPLATE([HAVE_SIDPLAYFP_V10], [Define if you are using v1.0.x API of libSIDPlayFP.])
26 AH_TEMPLATE([HAVE_SIDPLAYFP_V11], [Define if you are using v1.1.x API of libSIDPlay2-FP.]) 26 AH_TEMPLATE([HAVE_SIDPLAYFP_V11], [Define if you are using v1.1.x API of libSIDPlayFP.])
27 AH_TEMPLATE([HAVE_THEMETUNE], [Define if you want to build code to play XMMS-SID theme SID-tune. The tune needs to be installed too, though.]) 27 AH_TEMPLATE([HAVE_THEMETUNE], [Define if you want to build code to play XMMS-SID theme SID-tune. The tune needs to be installed too, though.])
28 AH_TEMPLATE([DEBUG], [Define if you wish to enable debug output to terminal.]) 28 AH_TEMPLATE([DEBUG], [Define if you wish to enable debug output to terminal.])
29 29
30 30
31 dnl *** 31 dnl ***
168 168
169 dnl *** 169 dnl ***
170 dnl *** Check if we have some emulator library available? 170 dnl *** Check if we have some emulator library available?
171 dnl *** 171 dnl ***
172 if test "x$xs_have_sidplay1" != "xyes" -a "x$xs_have_sidplay2" != "xyes" -a "x$xs_have_sidplayfp" != "xyes"; then 172 if test "x$xs_have_sidplay1" != "xyes" -a "x$xs_have_sidplay2" != "xyes" -a "x$xs_have_sidplayfp" != "xyes"; then
173 AC_MSG_ERROR([Either libSIDPlay1, libSIDPlay2 or libSIDPlay2-FP is required! Please read INSTALL for more information!]) 173 AC_MSG_ERROR([Either libSIDPlay1, libSIDPlay2 or libSIDPlayFP is required! Please read INSTALL for more information!])
174 fi 174 fi
175 175
176 176
177 dnl *** 177 dnl ***
178 dnl *** Song position patch check 178 dnl *** Song position patch check