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.
This commit is contained in:
Cedric Bail 2016-05-15 06:43:20 -07:00
parent 559441bdd5
commit dd649ab639
1 changed files with 10 additions and 0 deletions

View File

@ -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