[patch, committed] Remove unneeded quotes in an assignment.
Brooks Moses <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.patches |
|---|---|
| Message-ID | <[email protected]> |
Running "make syntax-check" after my recent set of commits revealed a style violation in DJ's TPF patch that causes the syntax check to fail. Fixed as per attached. - Brooks
0001-libtool-Remove-unneeded-quotes-in-assignment.patch
(text/x-patch, 796 B)
From 1c89ed8e1cdbee5bf2a56627bf02ebdd427dc2e3 Mon Sep 17 00:00:00 2001 From: Brooks Moses <[email protected]> Date: Wed, 9 Oct 2013 16:39:31 -0700 Subject: [PATCH] libtool: Remove unneeded quotes in assignment. The quotes in this assignment cause "make syntax-check" to fail. Thus, this patch removes them. --- m4/libtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index c02fb55..c0435a2 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1931,7 +1931,7 @@ else tpf*) # Don't try to run any link tests for TPF. We know it's impossible # because TPF is a cross-compiler, and we know how we open DSOs. - lt_cv_dlopen="dlopen" + lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=no ;; -- 1.8.4