summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2012-07-18 08:37:23 +0000
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2012-07-18 08:37:23 +0000
commitab49a9cf03d9540921b1d6f8fe6ae48ff38882f9 (patch)
treed3ca392b675760999771e1cb5c30ef7e5bb65e29
parenta8f2c3b307bf2789cea3a89e0233c3a0fe108c64 (diff)
downloadedje-ab49a9cf03d9540921b1d6f8fe6ae48ff38882f9.tar.gz
edje-ab49a9cf03d9540921b1d6f8fe6ae48ff38882f9.tar.bz2
edje-ab49a9cf03d9540921b1d6f8fe6ae48ff38882f9.zip
and actually command (m4 style dnl) the multisense stuff for release.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74052 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
-rw-r--r--configure.ac16
1 files changed, 8 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index f464823..55d9d5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"