From 6589b75b984d7afce960f76bce83063743eddde9 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Wed, 10 Oct 2012 21:42:48 +0000 Subject: [PATCH] efl: HAVE_LOG is not used, just EINA_ENABLE_LOG SVN revision: 77820 --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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}]) if test "x${enable_log}" = "xyes"; then EINA_CONFIGURE_ENABLE_LOG="#define EINA_ENABLE_LOG" - AC_DEFINE([HAVE_LOG], [1], [Define to 1 if we log support is on]) fi AC_SUBST([EINA_CONFIGURE_ENABLE_LOG])