Fix requirements for ecore-file
authorsachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 22 Jul 2009 14:26:28 +0000 (14:26 +0000)
committersachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 22 Jul 2009 14:26:28 +0000 (14:26 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@41474 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index a8ae45f..5886b41 100644 (file)
@@ -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