configure.ac: Drop trailing whitespace

Change-Id: I48dee161f6951777dc86b61da13793d6309b86bb
This commit is contained in:
Pau Espin 2020-08-18 13:31:06 +02:00 committed by laforge
parent 544a32f271
commit d54e07f8bd
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'])])