From: sachiel Date: Wed, 22 Jul 2009 14:26:28 +0000 (+0000) Subject: Fix requirements for ecore-file X-Git-Tag: build/2012-07-04.173327~2513 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11228c8e528a4fa7e3f6d14321b03b4a5071a2ff;p=profile%2Fivi%2Fecore.git Fix requirements for ecore-file git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@41474 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- 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