comparison 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
comparison
equal deleted inserted replaced
741:8c80b3c5c053 742:1921c7d53ea3
156 156
157 157
158 dnl *** 158 dnl ***
159 dnl *** Check if we have some emulator library available? 159 dnl *** Check if we have some emulator library available?
160 dnl *** 160 dnl ***
161 if test "x$xs_have_sidplay1" = "xno" && test "x$xs_have_sidplay2" = "xno"; then 161 if test "x$xs_have_sidplay1" != "xyes" -a "x$xs_have_sidplayfp" != "xyes"; then
162 AC_MSG_ERROR([Either libSIDPlay1 or libSIDPlay2 is required! Please read INSTALL for more information!]) 162 AC_MSG_ERROR([Either libSIDPlay1 or libSIDPlay2-FP is required! Please read INSTALL for more information!])
163 fi 163 fi
164 164
165 165
166 dnl *** 166 dnl ***
167 dnl *** Song position patch check 167 dnl *** Song position patch check