aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-08-18 13:45:09 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-08-18 13:45:09 +0200
commitd5dc1430012857f7063e86a00f8662d658fe1c81 (patch)
treea3af310d9b56dca4b36bd06bfc898d5199d054c8
parent65a5a0a27bb8f5673cf0fdf31bcf1c21619d5858 (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 9432715d6..db2e1ad18 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'])])