From 3a04a157fb499a192bd8bf99fd6d68cd9ac23721 Mon Sep 17 00:00:00 2001 From: Brooks Moses Date: Wed, 9 Oct 2013 14:28:16 -0700 Subject: libtool: Fix comment indentation This trivial patch fixes indentation on a comment to match the style used elsewhere in m4/libtool.m4. --- libltdl/m4/libtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 7ee07ccd..138b2695 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -1906,7 +1906,7 @@ else ;; darwin*) - # if libdl is installed we need to link against it + # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ lt_cv_dlopen="dyld" -- cgit v1.2.1