e_dbus: fix 2 --disable for the same thing
authorlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 29 Jul 2012 04:57:40 +0000 (04:57 +0000)
committerlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 29 Jul 2012 04:57:40 +0000 (04:57 +0000)
commit377dbdfc58804350941a1a8d257ea34b8d764fb8
tree2d22998e080cdf3e045b3d3f510b9c9af27a3896
parent90cbb454b49dedbde9f990d854cafa56768c5c8e
e_dbus: fix 2 --disable for the same thing

PrinceAMD> ahh, guys in e_dbus why is there  --disable-performance-test &
           --disable-performance_test, by default e_dbus says performance
           is disable but still tries to build it and fails, it cant
           find <Eina.h>
PrinceAMD> anyhow with autogen --disable-performance-test
           --disable-performance_test , e_dbus compile

We were actually trying to compile a "component" that is really a test
binary. And for that component we were not applying the CFLAGS. Now
there's only a --disable-performance-test as it was supposed to be.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@74540 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
configure.ac