configure.ac: Fix trailing whitespace

Change-Id: I5abdce5daef43dad772bf52576b47c0867d65c98
This commit is contained in:
Pau Espin 2020-08-18 13:45:09 +02:00
parent 74a2504c43
commit 570c407567
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ AC_PROG_CC
AC_PROG_INSTALL
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'])])