changeset 996:9feda7db56d7

s/libSIDPlay2-FP/libSIDPlayFP/g.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 01 Nov 2013 23:56:40 +0200
parents cfc879a562c3
children fca16a15145e
files configure.ac
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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