X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/0ce34834648838d1ca3c97f024b86181dd33c4ba..118a549cc82f07b4c8b13aeebd866d2912ff3f1b:/configure.ac 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 -------------------------------------------------