configure.ac: Fix trailing whitespace

Change-Id: Id57b953cbeea4ac5c384c0b77cff079c13248a0e
This commit is contained in:
Pau Espin 2020-07-20 12:21:29 +02:00
parent 01eedbfd6c
commit 911d076f0f
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'])])