aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-08-18 12:49:05 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-08-18 12:49:05 +0200
commite893eeb1b3099aa25322af556577057f80c79015 (patch)
treee4c16e18e991921a2d83b8025b57dde6b744b4e7 /configure.ac
parentb77d5681962fdd0363efe3e742ae5f5106039f3d (diff)
configure.ac: Fix trailing whitespace
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4ed6978..b920790 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PROG_MKDIR_P
AC_PROG_CC
AC_PROG_INSTALL
-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'])])