changeset 742:1921c7d53ea3

Reverse some tests.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 15:17:52 +0200
parents 8c80b3c5c053
children 99ed62858072
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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