aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-08-18 12:11:56 +0200
committerlaforge <laforge@osmocom.org>2020-08-20 08:40:00 +0000
commit8f1974ba1e1542c0170e0040cb62aad0f8f5cb1f (patch)
treea89765a3684c85b8770e9ef3593ede58cd902538
parent345a857e14e2298fe1c356f4e9586bcf7e3750b7 (diff)
configure.ac: Fix trailing whitespace
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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'])])