diff options
author | Youness Alaoui <kakaroto@kakaroto.homelinux.net> | 2011-09-18 21:57:24 +0000 |
---|---|---|
committer | Youness Alaoui <kakaroto@kakaroto.homelinux.net> | 2011-09-18 21:57:24 +0000 |
commit | da98dde899a482bc5e589d59890f3e3f0b2c932b (patch) | |
tree | 625aaa016b581be64230ec110d0a56fb1d6afb5c /configure.ac | |
parent | e277ec0fbfcf9468a725cb2d4823f1990c988c69 (diff) |
Expedite: Do not call sync() if unavailable on the system (replaces #ifdef WIN32)
SVN revision: 63464
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e5dc838..fb2d74a 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -110,6 +110,7 @@ AC_PROG_CC | |||
110 | LT_PROG_RC | 110 | LT_PROG_RC |
111 | 111 | ||
112 | 112 | ||
113 | |||
113 | ### Checks for libraries | 114 | ### Checks for libraries |
114 | 115 | ||
115 | # Evil library for compilation on Windows | 116 | # Evil library for compilation on Windows |
@@ -230,6 +231,8 @@ AC_SUBST(lt_enable_auto_import) | |||
230 | 231 | ||
231 | ### Checks for library functions | 232 | ### Checks for library functions |
232 | 233 | ||
234 | AC_CHECK_FUNCS([sync]) | ||
235 | |||
233 | 236 | ||
234 | AC_OUTPUT([ | 237 | AC_OUTPUT([ |
235 | Makefile | 238 | Makefile |