@@ -24625,9 +24625,9 @@ _ACEOF
24625
24625
24626
24626
if test "$enable_nls" = yes ; then
24627
24627
24628
- { echo "$as_me:$LINENO: checking for library containing gettext " >&5
24629
- echo $ECHO_N "checking for library containing gettext ... $ECHO_C" >&6; }
24630
- if test "${ac_cv_search_gettext +set}" = set; then
24628
+ { echo "$as_me:$LINENO: checking for library containing bind_textdomain_codeset " >&5
24629
+ echo $ECHO_N "checking for library containing bind_textdomain_codeset ... $ECHO_C" >&6; }
24630
+ if test "${ac_cv_search_bind_textdomain_codeset +set}" = set; then
24631
24631
echo $ECHO_N "(cached) $ECHO_C" >&6
24632
24632
else
24633
24633
ac_func_search_save_LIBS=$LIBS
@@ -24644,11 +24644,11 @@ cat >>conftest.$ac_ext <<_ACEOF
24644
24644
#ifdef __cplusplus
24645
24645
extern "C"
24646
24646
#endif
24647
- char gettext ();
24647
+ char bind_textdomain_codeset ();
24648
24648
int
24649
24649
main ()
24650
24650
{
24651
- return gettext ();
24651
+ return bind_textdomain_codeset ();
24652
24652
;
24653
24653
return 0;
24654
24654
}
@@ -24678,7 +24678,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24678
24678
test ! -s conftest.err
24679
24679
} && test -s conftest$ac_exeext &&
24680
24680
$as_test_x conftest$ac_exeext; then
24681
- ac_cv_search_gettext =$ac_res
24681
+ ac_cv_search_bind_textdomain_codeset =$ac_res
24682
24682
else
24683
24683
echo "$as_me: failed program was:" >&5
24684
24684
sed 's/^/| /' conftest.$ac_ext >&5
@@ -24688,21 +24688,21 @@ fi
24688
24688
24689
24689
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24690
24690
conftest$ac_exeext
24691
- if test "${ac_cv_search_gettext +set}" = set; then
24691
+ if test "${ac_cv_search_bind_textdomain_codeset +set}" = set; then
24692
24692
break
24693
24693
fi
24694
24694
done
24695
- if test "${ac_cv_search_gettext +set}" = set; then
24695
+ if test "${ac_cv_search_bind_textdomain_codeset +set}" = set; then
24696
24696
:
24697
24697
else
24698
- ac_cv_search_gettext =no
24698
+ ac_cv_search_bind_textdomain_codeset =no
24699
24699
fi
24700
24700
rm conftest.$ac_ext
24701
24701
LIBS=$ac_func_search_save_LIBS
24702
24702
fi
24703
- { echo "$as_me:$LINENO: result: $ac_cv_search_gettext " >&5
24704
- echo "${ECHO_T}$ac_cv_search_gettext " >&6; }
24705
- ac_res=$ac_cv_search_gettext
24703
+ { echo "$as_me:$LINENO: result: $ac_cv_search_bind_textdomain_codeset " >&5
24704
+ echo "${ECHO_T}$ac_cv_search_bind_textdomain_codeset " >&6; }
24705
+ ac_res=$ac_cv_search_bind_textdomain_codeset
24706
24706
if test "$ac_res" != no; then
24707
24707
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
24708
24708
0 commit comments