comparison configure.ac @ 839:29f3c3f29c0d

Finalize libSIDPlay2 vs FP configuration stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Nov 2012 21:44:27 +0200
parents ae1f6418d093
children 483db1c33059
comparison
equal deleted inserted replaced
838:ae1f6418d093 839:29f3c3f29c0d
116 AC_DEFINE([HAVE_SIDPLAY1]) 116 AC_DEFINE([HAVE_SIDPLAY1])
117 fi 117 fi
118 118
119 119
120 XS_ARG_WITH([sidplayfp], [libSIDPlayFP], [XS_PATH_LIBSIDPLAYFP]) 120 XS_ARG_WITH([sidplayfp], [libSIDPlayFP], [XS_PATH_LIBSIDPLAYFP])
121 if test "x$xs_pkg_sidplayfp_v1" = "xyes"; then
122 AC_DEFINE([HAVE_SIDPLAYFP_V1])
123 xs_have_sidplay2_api="(FP v1.0 (alpha) API)"
124 fi
125 fi
126 121
127 if test "x$xs_have_sidplayfp" = "xyes"; then 122 if test "x$xs_have_sidplayfp" = "xyes"; then
128 AC_DEFINE([HAVE_SIDPLAYFP]) 123 AC_DEFINE([HAVE_SIDPLAYFP])
129 AC_DEFINE([HAVE_HARDSID_BUILDER]) 124 AC_DEFINE([HAVE_HARDSID_BUILDER])
130 AC_DEFINE([HAVE_RESID_BUILDER]) 125 AC_DEFINE([HAVE_RESID_BUILDER])
131 AC_DEFINE([HAVE_RESID_FP_BUILDER]) 126 AC_DEFINE([HAVE_RESID_FP_BUILDER])
127 if test "x$xs_pkg_sidplayfp_v1" = "xyes"; then
128 AC_DEFINE([HAVE_SIDPLAYFP_V1])
129 xs_have_sidplay2_api="(FP v1.0 (alpha) API)"
130 fi
131 fi
132 132
133 xs_have_sidplay2_api="" 133 xs_have_sidplay2_api=""
134 XS_ARG_WITH([sidplay2], [libSIDPlay2], [XS_PATH_LIBSIDPLAY2]) 134 XS_ARG_WITH([sidplay2], [libSIDPlay2], [XS_PATH_LIBSIDPLAY2])
135 if test "x$xs_have_sidplay2" = "xyes"; then 135 if test "x$xs_have_sidplay2" = "xyes"; then
136 xs_have_sidplay2_api="(old non-COMI)" 136 xs_have_sidplay2_api="(old non-COMI)"