diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-10-31 14:39:21 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-10-31 14:39:21 +0900 |
commit | 88912c06a82ca840c5b30a9e0d56dcdffc40fdf3 (patch) | |
tree | 6968b10385ce3c0fe2e30aedce3d38ba518c57b6 | |
parent | 6e043dfb44006b7b48d1f54f907c00417fcf6baf (diff) |
evil: add missing define specific to Windows build.
It is an optional flags that just shutdown useless warning at build time.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 413264ad2..9e99991ac 100644 --- a/configure.ac +++ b/configure.ac @@ -189,6 +189,7 @@ case "$host_os" in # TODO: check cygwin* here have_win32="yes" have_windows="yes" + EFL_CFLAGS="${EFL_CFLAGS} -D__MINGW_PRINTF_FORMAT" ;; darwin*) have_darwin="yes" |