configure.ac: Some random formatting tweaks.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 2 Jun 2013 14:49:05 +0000 (15:49 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 28 Jun 2013 22:59:00 +0000 (23:59 +0100)
configure.ac

index c15c647..a5e8547 100644 (file)
@@ -5,7 +5,7 @@ dnl
 dnl (c) 2008 Straylight/Edgeware
 dnl
 
-dnl ----- Licensing notice --------------------------------------------------
+dnl----- Licensing notice ---------------------------------------------------
 dnl
 dnl This file is part of the mLib utilities library.
 dnl
@@ -67,7 +67,7 @@ AC_CHECK_MEMBERS([struct msgdr.msg_control],,, [
 ])
 
 dnl Find out whether we're cross-compiling.
-AM_CONDITIONAL([CROSS_COMPILING], [test "$cross_compiling" = yes ])
+AM_CONDITIONAL([CROSS_COMPILING], [test "$cross_compiling" = yes])
 
 dnl--------------------------------------------------------------------------
 dnl Name resolution.
@@ -129,4 +129,4 @@ AC_CONFIG_FILES(
   [t/Makefile t/atlocal])
 AC_OUTPUT
 
-dnl ----- That's all, folks -------------------------------------------------
+dnl------ That's all, folks -------------------------------------------------