From a334e8223a54c14cefbf5906f6f197a1214b87b8 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 25 Aug 2014 15:13:12 +0200 Subject: [PATCH] autotools: forgotten variable rename from tom introduction of libefl. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 5a865ab729..efbefc2306 100644 --- a/configure.ac +++ b/configure.ac @@ -196,7 +196,7 @@ case "$host_os" in # TODO: check cygwin* here have_win32="yes" have_windows="yes" - EFL_CFLAGS="${EFL_CFLAGS} -D__USE_MINGW_ANSI_STDIO" + EFLALL_CFLAGS="${EFLALL_CFLAGS} -D__USE_MINGW_ANSI_STDIO" ;; freebsd*) have_freebsd="yes" @@ -477,8 +477,8 @@ esac EFL_ATTRIBUTE_VECTOR EFL_ATTRIBUTE_ALWAYS_INLINE -EFL_LIBS="${EFL_LIBS}" -EFL_CFLAGS="${EFL_CFLAGS}" +EFLALL_LIBS="${EFLALL_LIBS}" +EFLALL_CFLAGS="${EFLALL_CFLAGS}" ## CPU architecture specific assembly