From: Brooks Moses Date: Wed, 9 Oct 2013 23:39:31 +0000 (-0700) Subject: libtool: Remove unneeded quotes in assignment. X-Git-Tag: v2.4.2.418~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c89ed8e1cdbee5bf2a56627bf02ebdd427dc2e3;p=thirdparty%2Flibtool.git libtool: Remove unneeded quotes in assignment. The quotes in this assignment cause "make syntax-check" to fail. Thus, this patch removes them. --- diff --git a/m4/libtool.m4 b/m4/libtool.m4 index c02fb555e..c0435a2f8 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 ;;