ecore,embryo,evas: fix copy & paste issue.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 24 Feb 2012 14:07:57 +0000 (14:07 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 24 Feb 2012 14:07:57 +0000 (14:07 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@68417 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index 35e7118..db0f3fe 100644 (file)
@@ -482,7 +482,7 @@ PKG_CHECK_MODULES([EXOTIC],
    [enable_exotic="no"])
 
 if test "x${enable_exotic}" = "xyes"; then
-    requirement_exotic="exotic ${requirement_exotic}"
+    requirements_ecore="exotic ${requirements_ecore}"
 
     AC_DEFINE([HAVE_EXOTIC], [1], [Define to 1 if you have Exotic.])
 fi