summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Moses <bmoses@google.com>2013-10-09 14:28:16 -0700
committerGary V. Vaughan <gary@gnu.org>2014-10-26 20:29:24 +0000
commit3a04a157fb499a192bd8bf99fd6d68cd9ac23721 (patch)
treed76b00986946d3d694a6c99c0b2832ebacfb7df4
parent8e9d7de690d6a90636602b3576a2ce39fc6765a2 (diff)
downloadlibtool-3a04a157fb499a192bd8bf99fd6d68cd9ac23721.tar.gz
libtool: Fix comment indentation
This trivial patch fixes indentation on a comment to match the style used elsewhere in m4/libtool.m4.
-rw-r--r--libltdl/m4/libtool.m42
1 files changed, 1 insertions, 1 deletions
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"