configure.ac: Fix trailing whitespace

Change-Id: I54b360c537e04ab3a9cb30ac3e3f9730bcad1c91
diff --git a/configure.ac b/configure.ac
index 3d126ce..3f403b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@
 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'])])