Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'csync/ConfigureChecks.cmake')
-rw-r--r--csync/ConfigureChecks.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/csync/ConfigureChecks.cmake b/csync/ConfigureChecks.cmake
index d402bbe22..20245f629 100644
--- a/csync/ConfigureChecks.cmake
+++ b/csync/ConfigureChecks.cmake
@@ -37,11 +37,6 @@ if (HAVE_LIBDL)
endif (HAVE_LIBDL)
check_function_exists(asprintf HAVE_ASPRINTF)
-if(NOT HAVE_ASPRINTF)
- if(MINGW)
- add_definitions( -D__USE_MINGW_ANSI_STDIO=1 )
- endif()
-endif()
check_function_exists(fnmatch HAVE_FNMATCH)
if(NOT HAVE_FNMATCH AND WIN32)