summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2012-06-28 07:22:54 +0000
committerVincent Torri <vincent.torri@gmail.com>2012-06-28 07:22:54 +0000
commitd217494cc0fd9ea0014ec6e56d6642b68a6da41d (patch)
tree352eea2681cf83260c66c58db2dbf9ae6a149e5f
parentdff991a93b24acf3e84b6b6432a87d43899d0c89 (diff)
downloadeina-d217494cc0fd9ea0014ec6e56d6642b68a6da41d.tar.gz
damn space !
SVN revision: 72979
-rw-r--r--m4/common/efl_check_funcs.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/common/efl_check_funcs.m4 b/m4/common/efl_check_funcs.m4
index 5322c41..ba221f0 100644
--- a/m4/common/efl_check_funcs.m4
+++ b/m4/common/efl_check_funcs.m4
@@ -348,7 +348,7 @@ int fd;
fd = shm_open("/dev/null", O_RDONLY, S_IRWXU | S_IRWXG | S_IRWXO);
]])],
[
- m4_defn([UPEFL])[]_LIBS="$ m4_defn([UPEFL])[]_LIBS $2"
+ m4_defn([UPEFL])[]_LIBS="$m4_defn([UPEFL])[]_LIBS $2"
requirements_libs_[]m4_defn([DOWNEFL])="${requirements_libs_[]m4_defn([DOWNEFL])} $2"
_efl_have_fct="yes"
],