formatting

SVN revision: 46109
This commit is contained in:
Vincent Torri 2010-02-12 07:32:11 +00:00
parent 1213602ae5
commit 4b5ea14fbb
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ if test "x${enable_module}" = "xstatic" ; then
have_static_module="yes"
AC_DEFINE(EINA_STATIC_BUILD_[]UP, 1, [Set to 1 if $2 is statically built])
fi
if test "x${enable_module}" != "xno" ; then
if ! test "x${enable_module}" = "xno" ; then
AC_DEFINE(EINA_BUILD_[]UP, 1, [Set to 1 if $2 is built])
fi