changeset 89:b3f5b731a3fe

Fixed a problem with only libsidplay1 installed
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 05 Oct 2003 12:38:05 +0000
parents 0cf08d137248
children edec1818cf48
files src/xs_config.c
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_config.c	Sun Oct 05 12:38:02 2003 +0000
+++ b/src/xs_config.c	Sun Oct 05 12:38:05 2003 +0000
@@ -183,7 +183,7 @@
 #ifdef HAVE_NANOSID
  xs_cfg.playerEngine		= XS_ENG_NANOSID;
 #else
-#error This should not happen! No emulator engines found!
+#error This should not happen! No emulator engines!
 #endif
 #endif
 #endif
@@ -198,7 +198,9 @@
 #ifdef HAVE_HARDSID_BUILDER
  xs_cfg.sid2Builder		= XS_BLD_HARDSID;
 #else
-#error This should not happen! No reSID or HardSID builder(s) found!
+#ifdef HAVE_SIDPLAY2
+#error This should not happen! No SIDPlay2 builders!
+#endif
 #endif
 #endif