and actually command (m4 style dnl) the multisense stuff for release.

SVN revision: 74052
This commit is contained in:
Carsten Haitzler 2012-07-18 08:37:23 +00:00
parent e7c992be99
commit d92420f461
1 changed files with 8 additions and 8 deletions

View File

@ -304,13 +304,13 @@ PKG_CHECK_MODULES([EIO],
# Enable Multisense use
want_multisense="no"
AC_ARG_ENABLE([multisense],
[AC_HELP_STRING(
[--enable-multisense],
[multisense provides sound. tone and haptic effects support, [[default=disabled]]]
)],
[want_multisense=$enableval]
)
dnl AC_ARG_ENABLE([multisense],
dnl [AC_HELP_STRING(
dnl [--enable-multisense],
dnl [multisense provides sound. tone and haptic effects support, [[default=disabled]]]
dnl )],
dnl [want_multisense=$enableval]
dnl )
AM_CONDITIONAL([ENABLE_MULTISENSE], [test "x${want_multisense}" = "xyes"])
##sndfile library
@ -609,7 +609,7 @@ echo "Configuration Options Summary:"
echo
echo " Amalgamation.........: ${do_amalgamation}"
echo " Ecore IMF............: $have_ecore_imf"
echo " Multisense...........: $want_multisense"
dnl echo " Multisense...........: $want_multisense"
if test "x${want_multisense}" = "xyes" ; then
echo " LibRemix.............: $have_libremix"