From dd649ab63958dd1f6bfa24a7c9ae292d09bb94b1 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Sun, 15 May 2016 06:43:20 -0700 Subject: [PATCH] autotools: make Windows and MacOS X not require the long flags. This is been done to enable a bigger community on those platform. We do hope that Gentoo will not abuse it. --- configure.ac | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configure.ac b/configure.ac index 8b14aa0de8..a3ff922b26 100644 --- a/configure.ac +++ b/configure.ac @@ -5480,6 +5480,16 @@ AC_SUBST([ELEMENTARYJS_CXXFLAGS]) EFL_LIB_END_OPTIONAL([ELEMENTARY_JS]) #### End of Efl_Js +## Disable warning for OS that have a specifc configuration +case "$host_os" in + mingw*|cygwin*) + CFOPT_WARNING="" + ;; + darwin*) + CFOPT_WARNING="" + ;; +esac + AC_CONFIG_FILES([ Makefile data/Makefile