Don't define ecore_config_libs when we don't build the config module

SVN revision: 8224
This commit is contained in:
tsauerbeck 2003-12-28 21:00:52 +00:00 committed by tsauerbeck
parent 9cc07f3b20
commit 08ab2abaa0
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,6 @@ AC_ARG_ENABLE(ecore-config,
)
if test "x$have_ecore_config" = "xyes"; then
ecore_config_libs="-lecore_config";
AC_ARG_WITH(edb-config,
[ --with-edb-config=EDB_CONFIG use edb-config specified ],
[
@ -503,6 +502,7 @@ if test "x$have_ecore_config" = "xyes"; then
edb_cflags=`edb-config --cflags`
edb_libs=`edb-config --libs`
AM_CONDITIONAL(BUILD_ECORE_CONFIG, true)
ecore_config_libs="-lecore_config";
AC_DEFINE(BUILD_ECORE_CONFIG)
AC_SUBST(edb_libs)
AC_SUBST(edb_cflags)