hard disable eeze mount

SVN revision: 56388
This commit is contained in:
Mike Blumenkrantz 2011-01-29 21:55:08 +00:00
parent ddfeef51dc
commit 1d55898209
1 changed files with 6 additions and 6 deletions

View File

@ -364,12 +364,12 @@ eeze_mount=
EEZE_MOUNT_CONFIG=0
if test "x$e_cv_want_mount_eeze" != "xno" ; then
AC_CHECK_LIB([eeze], [eeze_disk_function],
[
eeze_mount="eeze >= 1.1.0"
EEZE_MOUNT_CONFIG=1
AC_DEFINE_UNQUOTED([HAVE_EEZE_MOUNT], [1], [enable eeze mounting])
AC_MSG_NOTICE([eeze mounting enabled])
],
## [
## eeze_mount="eeze >= 1.1.0"
## EEZE_MOUNT_CONFIG=1
## AC_DEFINE_UNQUOTED([HAVE_EEZE_MOUNT], [1], [enable eeze mounting])
## AC_MSG_NOTICE([eeze mounting enabled])
## ],
[
AC_MSG_NOTICE([eeze mounting disabled])
e_cv_want_mount_eeze=no