@@ -12195,63 +12195,6 @@ if test "$ac_res" != no; then :
12195
12195
12196
12196
fi
12197
12197
12198
- # Solaris:
12199
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing fdatasync" >&5
12200
- $as_echo_n "checking for library containing fdatasync... " >&6; }
12201
- if ${ac_cv_search_fdatasync+:} false; then :
12202
- $as_echo_n "(cached) " >&6
12203
- else
12204
- ac_func_search_save_LIBS=$LIBS
12205
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12206
- /* end confdefs.h. */
12207
-
12208
- /* Override any GCC internal prototype to avoid an error.
12209
- Use char because int might match the return type of a GCC
12210
- builtin and then its argument prototype would still apply. */
12211
- #ifdef __cplusplus
12212
- extern "C"
12213
- #endif
12214
- char fdatasync ();
12215
- int
12216
- main ()
12217
- {
12218
- return fdatasync ();
12219
- ;
12220
- return 0;
12221
- }
12222
- _ACEOF
12223
- for ac_lib in '' rt posix4; do
12224
- if test -z "$ac_lib"; then
12225
- ac_res="none required"
12226
- else
12227
- ac_res=-l$ac_lib
12228
- LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12229
- fi
12230
- if ac_fn_c_try_link "$LINENO"; then :
12231
- ac_cv_search_fdatasync=$ac_res
12232
- fi
12233
- rm -f core conftest.err conftest.$ac_objext \
12234
- conftest$ac_exeext
12235
- if ${ac_cv_search_fdatasync+:} false; then :
12236
- break
12237
- fi
12238
- done
12239
- if ${ac_cv_search_fdatasync+:} false; then :
12240
-
12241
- else
12242
- ac_cv_search_fdatasync=no
12243
- fi
12244
- rm conftest.$ac_ext
12245
- LIBS=$ac_func_search_save_LIBS
12246
- fi
12247
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_fdatasync" >&5
12248
- $as_echo "$ac_cv_search_fdatasync" >&6; }
12249
- ac_res=$ac_cv_search_fdatasync
12250
- if test "$ac_res" != no; then :
12251
- test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12252
-
12253
- fi
12254
-
12255
12198
# Cygwin:
12256
12199
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing shmget" >&5
12257
12200
$as_echo_n "checking for library containing shmget... " >&6; }
0 commit comments