@@ -12034,62 +12034,6 @@ if test "$ac_res" != no; then :
12034
12034
12035
12035
fi
12036
12036
12037
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing shl_load" >&5
12038
- $as_echo_n "checking for library containing shl_load... " >&6; }
12039
- if ${ac_cv_search_shl_load+:} false; then :
12040
- $as_echo_n "(cached) " >&6
12041
- else
12042
- ac_func_search_save_LIBS=$LIBS
12043
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12044
- /* end confdefs.h. */
12045
-
12046
- /* Override any GCC internal prototype to avoid an error.
12047
- Use char because int might match the return type of a GCC
12048
- builtin and then its argument prototype would still apply. */
12049
- #ifdef __cplusplus
12050
- extern "C"
12051
- #endif
12052
- char shl_load ();
12053
- int
12054
- main ()
12055
- {
12056
- return shl_load ();
12057
- ;
12058
- return 0;
12059
- }
12060
- _ACEOF
12061
- for ac_lib in '' dld; do
12062
- if test -z "$ac_lib"; then
12063
- ac_res="none required"
12064
- else
12065
- ac_res=-l$ac_lib
12066
- LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12067
- fi
12068
- if ac_fn_c_try_link "$LINENO"; then :
12069
- ac_cv_search_shl_load=$ac_res
12070
- fi
12071
- rm -f core conftest.err conftest.$ac_objext \
12072
- conftest$ac_exeext
12073
- if ${ac_cv_search_shl_load+:} false; then :
12074
- break
12075
- fi
12076
- done
12077
- if ${ac_cv_search_shl_load+:} false; then :
12078
-
12079
- else
12080
- ac_cv_search_shl_load=no
12081
- fi
12082
- rm conftest.$ac_ext
12083
- LIBS=$ac_func_search_save_LIBS
12084
- fi
12085
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_shl_load" >&5
12086
- $as_echo "$ac_cv_search_shl_load" >&6; }
12087
- ac_res=$ac_cv_search_shl_load
12088
- if test "$ac_res" != no; then :
12089
- test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12090
-
12091
- fi
12092
-
12093
12037
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getopt_long" >&5
12094
12038
$as_echo_n "checking for library containing getopt_long... " >&6; }
12095
12039
if ${ac_cv_search_getopt_long+:} false; then :
0 commit comments