summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Bail <cedric@osg.samsung.com>2016-05-15 06:43:20 -0700
committerCedric Bail <cedric@osg.samsung.com>2016-05-15 06:44:49 -0700
commitdd649ab63958dd1f6bfa24a7c9ae292d09bb94b1 (patch)
tree20db13bd653edf6705092645201465de9d7b9e82
parent559441bdd553c15f8d15efa7f414fd9706276eb8 (diff)
downloadefl-dd649ab63958dd1f6bfa24a7c9ae292d09bb94b1.tar.gz
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.
-rw-r--r--configure.ac10
1 files changed, 10 insertions, 0 deletions
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