# HG changeset patch # User Matti Hamalainen # Date 1065357485 0 # Node ID b3f5b731a3fe5564affb47b58c4d6227775f9c3b # Parent 0cf08d13724854f04208a8abf3befb1af8c487bb Fixed a problem with only libsidplay1 installed diff -r 0cf08d137248 -r b3f5b731a3fe src/xs_config.c --- 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