From 573058c00917dfae18fda77ee2cb3f00c1122ca7 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Wed, 15 Jul 2015 14:16:24 +0100 Subject: [PATCH] autotools: do NOT need --enable-i-really- for disabled libeeze on non-linux --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7e177d7b88..c287b9a025 100644 --- a/configure.ac +++ b/configure.ac @@ -651,7 +651,6 @@ if test "x${want_libeeze}" = "xyes" ; then else build_libeeze="no" want_libeeze="no" - CFOPT_WARNING="yes" fi else build_libeeze="no"