8003
8003
8004
8004
if test "$with_libxslt" = yes ; then
8005
8005
8006
- { echo "$as_me:$LINENO: checking for xsltLibxmlVersion in -lxslt" >&5
8007
- echo $ECHO_N "checking for xsltLibxmlVersion in -lxslt... $ECHO_C" >&6; }
8008
- if test "${ac_cv_lib_xslt_xsltLibxmlVersion +set}" = set; then
8006
+ { echo "$as_me:$LINENO: checking for xsltCleanupGlobals in -lxslt" >&5
8007
+ echo $ECHO_N "checking for xsltCleanupGlobals in -lxslt... $ECHO_C" >&6; }
8008
+ if test "${ac_cv_lib_xslt_xsltCleanupGlobals +set}" = set; then
8009
8009
echo $ECHO_N "(cached) $ECHO_C" >&6
8010
8010
else
8011
8011
ac_check_lib_save_LIBS=$LIBS
@@ -8023,11 +8023,11 @@ cat >>conftest.$ac_ext <<_ACEOF
8023
8023
#ifdef __cplusplus
8024
8024
extern "C"
8025
8025
#endif
8026
- char xsltLibxmlVersion ();
8026
+ char xsltCleanupGlobals ();
8027
8027
int
8028
8028
main ()
8029
8029
{
8030
- return xsltLibxmlVersion ();
8030
+ return xsltCleanupGlobals ();
8031
8031
;
8032
8032
return 0;
8033
8033
}
@@ -8050,21 +8050,21 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8050
8050
test ! -s conftest.err
8051
8051
} && test -s conftest$ac_exeext &&
8052
8052
$as_test_x conftest$ac_exeext; then
8053
- ac_cv_lib_xslt_xsltLibxmlVersion =yes
8053
+ ac_cv_lib_xslt_xsltCleanupGlobals =yes
8054
8054
else
8055
8055
echo "$as_me: failed program was:" >&5
8056
8056
sed 's/^/| /' conftest.$ac_ext >&5
8057
8057
8058
- ac_cv_lib_xslt_xsltLibxmlVersion =no
8058
+ ac_cv_lib_xslt_xsltCleanupGlobals =no
8059
8059
fi
8060
8060
8061
8061
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8062
8062
conftest$ac_exeext conftest.$ac_ext
8063
8063
LIBS=$ac_check_lib_save_LIBS
8064
8064
fi
8065
- { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltLibxmlVersion " >&5
8066
- echo "${ECHO_T}$ac_cv_lib_xslt_xsltLibxmlVersion " >&6; }
8067
- if test $ac_cv_lib_xslt_xsltLibxmlVersion = yes; then
8065
+ { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCleanupGlobals " >&5
8066
+ echo "${ECHO_T}$ac_cv_lib_xslt_xsltCleanupGlobals " >&6; }
8067
+ if test $ac_cv_lib_xslt_xsltCleanupGlobals = yes; then
8068
8068
cat >>confdefs.h <<_ACEOF
8069
8069
#define HAVE_LIBXSLT 1
8070
8070
_ACEOF
0 commit comments