aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-08-18 13:31:06 +0200
committerlaforge <laforge@osmocom.org>2020-08-20 08:44:20 +0000
commitd54e07f8bd83b4a4ddc2f90d91e77a98133431bf (patch)
tree8cdbe859ad266585cb4287a9b892e1543ef65bda
parent544a32f271291ae37b729ceba86c835c1bedaa14 (diff)
configure.ac: Drop trailing whitespace
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e0740e8f..5244055d5 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'])])