ICU-22310 Revert now obsolete autoconf "pld hack".

This commit is contained in:
Fredrik Roubert 2024-06-06 22:45:43 +02:00 committed by Fredrik Roubert
parent 6a24e8d1df
commit d1cfbb22f1

View file

@ -178,11 +178,6 @@ AC_PROG_INSTALL
AC_SUBST(cross_compiling)
dnl use the pld hack to get ac_fn_cxx_try_link defined globally and not local
AC_LANG_PUSH([C++])
AC_LINK_IFELSE([AC_LANG_PROGRAM()])
AC_LANG_POP([C++])
# make sure install is relative to srcdir - if a script
if test "$srcdir" = "."; then
# If srcdir isn't just ., then (srcdir) is already prepended.