From 51c4088bc2e1e19b5664e956131fff5868701c6e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 2 Jun 2013 15:49:05 +0100 Subject: [PATCH] configure.ac: Some random formatting tweaks. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index c15c647..a5e8547 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ------------------------------------------------- -- 2.11.0