aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-07-20 12:21:29 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-07-20 12:21:29 +0200
commit911d076f0fa602eb33d7847d7f901dc9c229df53 (patch)
treed122e605eb492dce0013935cf83f1eb00587f8e8
parent01eedbfd6ce5476d619e56136cbf830dcc15bd84 (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 6555f875d..d25925b41 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'])])