diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-10 21:42:48 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-10 21:42:48 +0000 |
commit | 6589b75b984d7afce960f76bce83063743eddde9 (patch) | |
tree | f178420ab4a53f277dab6cc49285552ceadecbb1 /configure.ac | |
parent | 676201e1c1f55a87990d4b55f5a391302b814700 (diff) |
efl: HAVE_LOG is not used, just EINA_ENABLE_LOG
SVN revision: 77820
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0c54445580..1fe801a1e3 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -509,7 +509,6 @@ AC_MSG_RESULT([${enable_log}]) | |||
509 | 509 | ||
510 | if test "x${enable_log}" = "xyes"; then | 510 | if test "x${enable_log}" = "xyes"; then |
511 | EINA_CONFIGURE_ENABLE_LOG="#define EINA_ENABLE_LOG" | 511 | EINA_CONFIGURE_ENABLE_LOG="#define EINA_ENABLE_LOG" |
512 | AC_DEFINE([HAVE_LOG], [1], [Define to 1 if we log support is on]) | ||
513 | fi | 512 | fi |
514 | AC_SUBST([EINA_CONFIGURE_ENABLE_LOG]) | 513 | AC_SUBST([EINA_CONFIGURE_ENABLE_LOG]) |
515 | 514 | ||