From: Gary V. Vaughan Date: Fri, 14 Oct 2005 15:43:08 +0000 (+0000) Subject: * libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Don't nest AC_MSG_CHECKING/ X-Git-Tag: release-2-1b~456 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16ef6d9b8e50c5db9a3c703a9849da8ceeddcd86;p=thirdparty%2Flibtool.git * libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Don't nest AC_MSG_CHECKING/ AC_MSG_RESULT pairs. --- diff --git a/ChangeLog b/ChangeLog index 6d911b234..d59a2594a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-14 Gary V. Vaughan + + * libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Don't nest AC_MSG_CHECKING/ + AC_MSG_RESULT pairs. + 2005-10-14 Gary V. Vaughan * tests/subproject.at: Move 'touch config.h.in' invocation. diff --git a/libltdl/m4/ltdl.m4 b/libltdl/m4/ltdl.m4 index 9d98aec36..7c2a0b884 100644 --- a/libltdl/m4/ltdl.m4 +++ b/libltdl/m4/ltdl.m4 @@ -158,7 +158,6 @@ AC_ARG_WITH([included_ltdl], 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], @@ -168,6 +167,7 @@ if test "x$with_included_ltdl" != xyes; then [], [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