|
|
|
@ -4081,13 +4081,61 @@ if test "${with_fesvr+set}" = set; then : |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libfesvr_is_present in -lfesvr" >&5 |
|
|
|
$as_echo_n "checking for libfesvr_is_present in -lfesvr... " >&6; } |
|
|
|
if ${ac_cv_lib_fesvr_libfesvr_is_present+:} false; then : |
|
|
|
$as_echo_n "(cached) " >&6 |
|
|
|
else |
|
|
|
ac_check_lib_save_LIBS=$LIBS |
|
|
|
LIBS="-lfesvr -pthread $LIBS" |
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
|
|
/* end confdefs.h. */ |
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error. |
|
|
|
Use char because int might match the return type of a GCC |
|
|
|
builtin and then its argument prototype would still apply. */ |
|
|
|
#ifdef __cplusplus |
|
|
|
extern "C" |
|
|
|
#endif |
|
|
|
char libfesvr_is_present (); |
|
|
|
int |
|
|
|
main () |
|
|
|
{ |
|
|
|
return libfesvr_is_present (); |
|
|
|
; |
|
|
|
return 0; |
|
|
|
} |
|
|
|
_ACEOF |
|
|
|
if ac_fn_c_try_link "$LINENO"; then : |
|
|
|
ac_cv_lib_fesvr_libfesvr_is_present=yes |
|
|
|
else |
|
|
|
ac_cv_lib_fesvr_libfesvr_is_present=no |
|
|
|
fi |
|
|
|
rm -f core conftest.err conftest.$ac_objext \ |
|
|
|
conftest$ac_exeext conftest.$ac_ext |
|
|
|
LIBS=$ac_check_lib_save_LIBS |
|
|
|
fi |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fesvr_libfesvr_is_present" >&5 |
|
|
|
$as_echo "$ac_cv_lib_fesvr_libfesvr_is_present" >&6; } |
|
|
|
if test "x$ac_cv_lib_fesvr_libfesvr_is_present" = xyes; then : |
|
|
|
cat >>confdefs.h <<_ACEOF |
|
|
|
#define HAVE_LIBFESVR 1 |
|
|
|
_ACEOF |
|
|
|
|
|
|
|
LIBS="-lfesvr $LIBS" |
|
|
|
|
|
|
|
else |
|
|
|
as_fn_error $? "libfesvr is required" "$LINENO" 5 |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5 |
|
|
|
$as_echo_n "checking for pthread_create in -lpthread... " >&6; } |
|
|
|
if ${ac_cv_lib_pthread_pthread_create+:} false; then : |
|
|
|
$as_echo_n "(cached) " >&6 |
|
|
|
else |
|
|
|
ac_check_lib_save_LIBS=$LIBS |
|
|
|
LIBS="-lfesvr -pthread $LIBS" |
|
|
|
LIBS="-lpthread $LIBS" |
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
|
|
/* end confdefs.h. */ |
|
|
|
|
|
|
|
@ -4129,13 +4177,13 @@ else |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libfesvr_is_present in -lfesvr" >&5 |
|
|
|
$as_echo_n "checking for libfesvr_is_present in -lfesvr... " >&6; } |
|
|
|
if ${ac_cv_lib_fesvr_libfesvr_is_present+:} false; then : |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 |
|
|
|
$as_echo_n "checking for dlopen in -ldl... " >&6; } |
|
|
|
if ${ac_cv_lib_dl_dlopen+:} false; then : |
|
|
|
$as_echo_n "(cached) " >&6 |
|
|
|
else |
|
|
|
ac_check_lib_save_LIBS=$LIBS |
|
|
|
LIBS="-lfesvr $LIBS" |
|
|
|
LIBS="-ldl $LIBS" |
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
|
|
/* end confdefs.h. */ |
|
|
|
|
|
|
|
@ -4145,35 +4193,35 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
|
|
#ifdef __cplusplus |
|
|
|
extern "C" |
|
|
|
#endif |
|
|
|
char libfesvr_is_present (); |
|
|
|
char dlopen (); |
|
|
|
int |
|
|
|
main () |
|
|
|
{ |
|
|
|
return libfesvr_is_present (); |
|
|
|
return dlopen (); |
|
|
|
; |
|
|
|
return 0; |
|
|
|
} |
|
|
|
_ACEOF |
|
|
|
if ac_fn_c_try_link "$LINENO"; then : |
|
|
|
ac_cv_lib_fesvr_libfesvr_is_present=yes |
|
|
|
ac_cv_lib_dl_dlopen=yes |
|
|
|
else |
|
|
|
ac_cv_lib_fesvr_libfesvr_is_present=no |
|
|
|
ac_cv_lib_dl_dlopen=no |
|
|
|
fi |
|
|
|
rm -f core conftest.err conftest.$ac_objext \ |
|
|
|
conftest$ac_exeext conftest.$ac_ext |
|
|
|
LIBS=$ac_check_lib_save_LIBS |
|
|
|
fi |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fesvr_libfesvr_is_present" >&5 |
|
|
|
$as_echo "$ac_cv_lib_fesvr_libfesvr_is_present" >&6; } |
|
|
|
if test "x$ac_cv_lib_fesvr_libfesvr_is_present" = xyes; then : |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 |
|
|
|
$as_echo "$ac_cv_lib_dl_dlopen" >&6; } |
|
|
|
if test "x$ac_cv_lib_dl_dlopen" = xyes; then : |
|
|
|
cat >>confdefs.h <<_ACEOF |
|
|
|
#define HAVE_LIBFESVR 1 |
|
|
|
#define HAVE_LIBDL 1 |
|
|
|
_ACEOF |
|
|
|
|
|
|
|
LIBS="-lfesvr $LIBS" |
|
|
|
LIBS="-ldl $LIBS" |
|
|
|
|
|
|
|
else |
|
|
|
as_fn_error $? "libfesvr is required" "$LINENO" 5 |
|
|
|
as_fn_error $? "libdl is required" "$LINENO" 5 |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|