devilhorns! :)

SVN revision: 61692
This commit is contained in:
Mike Blumenkrantz 2011-07-25 12:15:02 +00:00
parent e38757c90a
commit 9e5d440eae
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ 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 ecore-con >= 1.0.999"
eeze_mount="eeze >= 1.0.999 ecore-con >= 1.0.999"
EEZE_MOUNT_CONFIG=1
AC_DEFINE_UNQUOTED([HAVE_EEZE_MOUNT], [1], [enable eeze mounting])
AC_MSG_NOTICE([eeze mounting enabled])