From 8f1974ba1e1542c0170e0040cb62aad0f8f5cb1f Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 18 Aug 2020 12:11:56 +0200 Subject: configure.ac: Fix trailing whitespace Change-Id: I028ebb9faf68d084759fcfae3ea84f7bdd2d0364 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 00810b8e..7ea97d17 100644 --- a/configure.ac +++ b/configure.ac @@ -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'])]) -- cgit v1.2.3