aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-08-18 12:47:26 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-08-18 12:47:26 +0200
commit8df01fad140809a02b556c8939d0bb9bfdd7df92 (patch)
tree2c85870af553496affe92b25119edad6e9304c19
parentc8020b959d1f4a148143402b33058c8659f47804 (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 e31cef1..861a977 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AC_PROG_AWK
AC_PROG_CPP
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'])])