From 8c34d7abf034b726d920c1d78ea9afc3ce4087c2 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 18 Nov 2011 03:13:29 +0000 Subject: [PATCH] fix typo in patch I randomly committed earlier. must...proofread...random...patches... SVN revision: 65357 --- legacy/eeze/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eeze/configure.ac b/legacy/eeze/configure.ac index 1f2b8fd..de1c2cf 100644 --- a/legacy/eeze/configure.ac +++ b/legacy/eeze/configure.ac @@ -108,7 +108,7 @@ PKG_CHECK_EXISTS([mount >= 2.18.0], if test "x$eeze_mount" = "xyes";then AC_ARG_WITH([mount], [AS_HELP_STRING([--with-mount], [specify mount bin @<:@default=detect@:>@])], [with_mount=$withval], [with_mount="detect"]) AC_ARG_WITH([umount], [AS_HELP_STRING([--with-umount], [specify umount bin @<:@default=detect@:>@])], [with_umount=$withval], [with_umount="detect"]) - AC_ARG_WITH([eject], [AS_HELP_STRING([--with-eject], [specify eject bin @<:@default=detect@:>@])], [with_eject=$withval], [with_mount="detect"]) + AC_ARG_WITH([eject], [AS_HELP_STRING([--with-eject], [specify eject bin @<:@default=detect@:>@])], [with_eject=$withval], [with_eject="detect"]) PKG_CHECK_MODULES([LIBMOUNT], [mount >= 2.18.0]) mount_v=$(pkg-config --modversion mount) PKG_CHECK_MODULES([ECORE_FILE], [ecore-file >= 1.1.0]) -- 2.7.4