+2005-10-14 Gary V. Vaughan <gary@gnu.org>
+
+ * libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Don't nest AC_MSG_CHECKING/
+ AC_MSG_RESULT pairs.
+
2005-10-14 Gary V. Vaughan <gary@gnu.org>
* tests/subproject.at: Move 'touch config.h.in' invocation.
if test "x$with_included_ltdl" != xyes; then
# We are not being forced to use the included libltdl sources, so
# decide whether there is a useful installed version we can use.
- AC_MSG_CHECKING([for lt_dlinterface_register in ltdl.h])
lt_dlinterface_register_found=no
AC_CHECK_HEADER([ltdl.h],
[AC_CHECK_LIB([ltdl], [lt_dlinterface_register],
[],
[AC_INCLUDES_DEFAULT]
)
+ AC_MSG_CHECKING([for lt_dlinterface_register in ltdl.h])
test "x$with_included_ltdl" = xno && lt_dlinterface_register_found=yes
AC_MSG_RESULT([$lt_dlinterface_register_found])
fi