From 11228c8e528a4fa7e3f6d14321b03b4a5071a2ff Mon Sep 17 00:00:00 2001 From: sachiel Date: Wed, 22 Jul 2009 14:26:28 +0000 Subject: [PATCH] Fix requirements for ecore-file git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@41474 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a8ae45f..5886b41 100644 --- a/configure.ac +++ b/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 -- 2.7.4