
problem because Autoconf replaced the "#undef ..." with "#define ...". Fix this by not putting the "#undef ..." statement directly in romioconf.h[.in] -- but rather having romioconf.h[.in] #include romioconf-undefs.h, which has the #undef statements. This commit was SVN r7252.