From 835c6fd1507207c84a9df25bca40a47740397e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Briano?= Date: Wed, 22 Jul 2009 14:26:28 +0000 Subject: [PATCH] Fix requirements for ecore-file SVN revision: 41474 --- legacy/ecore/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index a8ae45fc87..5886b411f7 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -796,7 +796,7 @@ if test "x${have_ecore_file}" = "xyes" ; then ECORE_CHECK_INOTIFY([${want_inotify}], [have_inotify="yes"], [have_inotify="no"]) if test "x${have_ecore_con}" = "xyes" ; then - requirements_ecore_file="${requirements_ecore_con} ${requirements_ecore_file}" + requirements_ecore_file="ecore-con ${requirements_ecore_file}" fi fi