# HG changeset patch # User Matti Hamalainen # Date 1383343000 -7200 # Node ID 9feda7db56d70c96ccd15427d5bb49deec3ff102 # Parent cfc879a562c3c917f11ecc6e945b72a968be74a0 s/libSIDPlay2-FP/libSIDPlayFP/g. diff -r cfc879a562c3 -r 9feda7db56d7 configure.ac --- a/configure.ac Fri Nov 01 23:55:59 2013 +0200 +++ b/configure.ac Fri Nov 01 23:56:40 2013 +0200 @@ -21,9 +21,9 @@ AH_TEMPLATE([HAVE_SONG_POSITION], [Define if you have XMMS patched with the songpos patch.]) AH_TEMPLATE([HAVE_SIDPLAY1], [Define if you have and want to use libSIDPlay 1.]) AH_TEMPLATE([HAVE_SIDPLAY2], [Define if you have and want to use libSIDPlay 2.]) -AH_TEMPLATE([HAVE_SIDPLAYFP], [Define if you have and want to use libSIDPlay2-FP http://sourceforge.net/projects/sidplay-residfp/]) -AH_TEMPLATE([HAVE_SIDPLAYFP_V10], [Define if you are using v1.0.x API of libSIDPlay2-FP.]) -AH_TEMPLATE([HAVE_SIDPLAYFP_V11], [Define if you are using v1.1.x API of libSIDPlay2-FP.]) +AH_TEMPLATE([HAVE_SIDPLAYFP], [Define if you have and want to use libSIDPlayFP http://sourceforge.net/projects/sidplay-residfp/]) +AH_TEMPLATE([HAVE_SIDPLAYFP_V10], [Define if you are using v1.0.x API of libSIDPlayFP.]) +AH_TEMPLATE([HAVE_SIDPLAYFP_V11], [Define if you are using v1.1.x API of libSIDPlayFP.]) 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.]) AH_TEMPLATE([DEBUG], [Define if you wish to enable debug output to terminal.]) @@ -170,7 +170,7 @@ dnl *** Check if we have some emulator library available? dnl *** if test "x$xs_have_sidplay1" != "xyes" -a "x$xs_have_sidplay2" != "xyes" -a "x$xs_have_sidplayfp" != "xyes"; then - AC_MSG_ERROR([Either libSIDPlay1, libSIDPlay2 or libSIDPlay2-FP is required! Please read INSTALL for more information!]) + AC_MSG_ERROR([Either libSIDPlay1, libSIDPlay2 or libSIDPlayFP is required! Please read INSTALL for more information!]) fi