lucas pushed a commit to branch master.

commit d7eb3f74adb5f7ee0c5ca552a19dc20e5f8a760d
Author: Lucas De Marchi <[email protected]>
Date:   Fri Apr 26 12:22:19 2013 -0300

    Remove unneded special cases after lib rename
---
 m4/efl.m4 | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/m4/efl.m4 b/m4/efl.m4
index 8e2ad4c..4b55c00 100644
--- a/m4/efl.m4
+++ b/m4/efl.m4
@@ -137,10 +137,6 @@ depname="$2"
 libdirname="m4_defn([DOWNOTHER])"
 libname="m4_defn([DOWNOTHER])"
 case "m4_defn([DOWNOTHER])" in
-   eldbus)
-      depname="eldbus"
-      libname="eldbus"
-      ;;
    ethumb_client)
       depname="ethumb_client"
       ;;
@@ -356,11 +352,6 @@ m4_pushdef([UP], m4_translit([$1], [-a-z], [_A-Z]))dnl
 
 libdirname="m4_defn([DOWN])"
 libname="m4_defn([DOWN])"
-case "m4_defn([DOWN])" in
-   eldbus)
-      libname="eldbus"
-      ;;
-esac
 
 m4_defn([UP])_LDFLAGS="${EFL_COV_LDFLAGS} ${EFL_LDFLAGS} 
${m4_defn([UP])_LDFLAGS}"
 m4_defn([UP])_LIBS=" ${m4_defn([UP])_LDFLAGS} ${EFL_COV_LIBS} ${EFL_LIBS} 
${m4_defn([UP])_LIBS} ${requirements_internal_libs_[]m4_defn([DOWN])} 
${requirements_internal_deps_libs_[]m4_defn([DOWN])} 
${requirements_public_libs_[]m4_defn([DOWN])} 
${requirements_libs_[]m4_defn([DOWN])} ${requirements_libs_efl} "

-- 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may

Reply via email to