diff configure.ac @ 742:1921c7d53ea3

Reverse some tests.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 15:17:52 +0200
parents 60c449d7e3b4
children 99ed62858072
line wrap: on
line diff
--- 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