# HG changeset patch # User Matti Hamalainen # Date 1352327820 -7200 # Node ID 9cd807b431c8a1f425ce12ad0ac33a2bc61adf89 # Parent e3b293c5b8b31106ae4a5f7596b55a15d317fcb3 If we have reSID FP builder, we should not bail out. A theoretical situation, as it is, though. diff -r e3b293c5b8b3 -r 9cd807b431c8 src/xs_config.c --- a/src/xs_config.c Thu Nov 08 00:11:30 2012 +0200 +++ b/src/xs_config.c Thu Nov 08 00:37:00 2012 +0200 @@ -239,7 +239,7 @@ xs_cfg.sid2OptLevel = 0; xs_cfg.sid2NFilterPresets = 0; -#if defined(HAVE_RESID_BUILDER) +#if defined(HAVE_RESID_BUILDER) || defined(HAVE_RESID_FP_BUILDER) xs_cfg.sid2Builder = XS_BLD_RESID; #elif defined(HAVE_HARDSID_BUILDER) xs_cfg.sid2Builder = XS_BLD_HARDSID;