comparison configure.in @ 32:13db37492b6d

More fixes in the configuration system
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Jun 2003 03:16:04 +0000
parents ca6dab6c4ead
children 9cf8092ec7d3
comparison
equal deleted inserted replaced
31:ca6dab6c4ead 32:13db37492b6d
169 169
170 dnl *** 170 dnl ***
171 dnl *** Define some templates 171 dnl *** Define some templates
172 dnl *** 172 dnl ***
173 AC_DEFINE(ENABLE_XMMSEXTRA, 0, Define to 1 if you have XMMS version 1.2.5 or later) 173 AC_DEFINE(ENABLE_XMMSEXTRA, 0, Define to 1 if you have XMMS version 1.2.5 or later)
174 AC_DEFINE(ENABLE_SIDPLAY1, 1, Define to 1 if you want to use libSIDPlay 1) 174 AC_DEFINE(ENABLE_SIDPLAY1, 0, Define to 1 if you want to use libSIDPlay 1)
175 AC_DEFINE(ENABLE_SIDPLAY2, 1, Define to 1 if you want to use libSIDPlay 2) 175 AC_DEFINE(ENABLE_SIDPLAY2, 0, Define to 1 if you want to use libSIDPlay 2)
176 AC_DEFINE(HAVE_RESID_BUILDER, 0, Define to 1 if you have reSID with libSIDPlay 2)
177 AC_DEFINE(HAVE_HARDSID_BUILDER, 0, Define to 1 if you have HardSID with libSIDPlay 2)
176 178
177 179
178 dnl *** 180 dnl ***
179 dnl *** And finally, output the all generatable files! 181 dnl *** And finally, output the all generatable files!
180 dnl *** 182 dnl ***