From 60ccc10d4fdf432286a5d3bca7b9c4cca7aeb7ad Mon Sep 17 00:00:00 2001 From: cedric Date: Fri, 24 Feb 2012 14:07:57 +0000 Subject: [PATCH] ecore,embryo,evas: fix copy & paste issue. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@68417 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 35e7118..db0f3fe 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4