configure.ac: Fix trailing whitespace

Change-Id: I028ebb9faf68d084759fcfae3ea84f7bdd2d0364
This commit is contained in:
Pau Espin 2020-08-18 12:11:56 +02:00 committed by laforge
parent 345a857e14
commit 8f1974ba1e
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'])])