From ad8c0319d0080f3390a7d24fae914458ae3868c0 Mon Sep 17 00:00:00 2001 From: Brooks Moses Date: Wed, 9 Oct 2013 14:28:16 -0700 Subject: [PATCH] libtool: Fix comment indentation This trivial patch fixes indentation on a comment to match the style used elsewhere in m4/libtool.m4. --- m4/libtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 12aaa767d..3a87714ea 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1919,7 +1919,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 -- 2.47.3