# HG changeset patch # User Matti Hamalainen # Date 1352121472 -7200 # Node ID 1921c7d53ea3033609822d2a4e873606b78b248e # Parent 8c80b3c5c053b2d8e8d0dcb13da646e482a9f98c Reverse some tests. diff -r 8c80b3c5c053 -r 1921c7d53ea3 configure.ac --- a/configure.ac Mon Nov 05 15:15:07 2012 +0200 +++ b/configure.ac Mon Nov 05 15:17:52 2012 +0200 @@ -158,8 +158,8 @@ dnl *** dnl *** Check if we have some emulator library available? dnl *** -if test "x$xs_have_sidplay1" = "xno" && test "x$xs_have_sidplay2" = "xno"; then - AC_MSG_ERROR([Either libSIDPlay1 or libSIDPlay2 is required! Please read INSTALL for more information!]) +if test "x$xs_have_sidplay1" != "xyes" -a "x$xs_have_sidplayfp" != "xyes"; then + AC_MSG_ERROR([Either libSIDPlay1 or libSIDPlay2-FP is required! Please read INSTALL for more information!]) fi