configure.ac: Fix trailing whitespace

Change-Id: Ia7b0ff11e58375842be15823d6b5dcaafc0f1f82
This commit is contained in:
Pau Espin 2020-08-18 12:47:26 +02:00
parent c8020b959d
commit 8df01fad14
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ AC_PROG_AWK
AC_PROG_CPP
LT_INIT
dnl patching ${archive_cmds} to affect generation of file "libtool" to fix linking with clang
dnl patching ${archive_cmds} to affect generation of file "libtool" to fix linking with clang
AS_CASE(["$LD"],[*clang*],
[AS_CASE(["${host_os}"],
[*linux*],[archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'])])