libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Correct typo: $sharedlib_from_linklib_cmd missing '_cmd'


From: Charles Wilson
Subject: [PATCH] Correct typo: $sharedlib_from_linklib_cmd missing '_cmd'
Date: Sat, 11 Sep 2010 01:02:29 -0400

* libltdl/config/ltmain.m4sh (func_generate_dlsyms): Fix obvious
typo, $sharedlib_from_linklib_cmd missing '_cmd'.
---
Typo in e83da49a1faf9df1c7e351df9e9b175388d76619: there is no variable
named 'sharedlib_from_linklib' -- the variable should be
'sharedlib_from_linklib_cmd'.

OK to push as obvious?

 libltdl/config/ltmain.m4sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 2b829d3..d8e0fe1 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -2571,7 +2571,7 @@ extern \"C\" {
                    dlprefile_dlbasename="$func_basename_result"
                  else
                    # no lafile. user explicitly requested -dlpreopen <import 
library>.
-                   $sharedlib_from_linklib "$dlprefile"
+                   $sharedlib_from_linklib_cmd "$dlprefile"
                    dlprefile_dlbasename=$sharedlib_from_linklib_result
                  fi
                fi
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]