]> git.cworth.org Git - fips/commitdiff
configure: Switch from 4 spaces to tabs for some messages
authorCarl Worth <cworth@cworth.org>
Thu, 13 Jun 2013 22:33:26 +0000 (15:33 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 13 Jun 2013 22:33:26 +0000 (15:33 -0700)
Another cosmetic improvement to simply align the output more cleanly.

configure

index 9428296b75825aef8b26e08f9a3c6e099189c3b7..b63103eaa697a25822d7a481b8629991af77b8e9 100755 (executable)
--- a/configure
+++ b/configure
@@ -295,7 +295,7 @@ fi
 printf "Checking for GL window-system-binding headers:\n"
 have_gl_winsys=0
 
-printf "    Checking for GL/glx.h... "
+printf "       Checking for GL/glx.h... "
 have_glx=No
 printf "#include <GL/glx.h>\nint main(void){return 0;}\n" > glx-minimal.c
 if ${CC} -o glx-minimal glx-minimal.c ${gl_cflags} > /dev/null 2>&1
@@ -308,7 +308,7 @@ else
 fi
 rm -f glx-minimal glx-minimal.c
 
-printf "    Checking for GL/egl.h... "
+printf "       Checking for GL/egl.h... "
 have_egl=No
 if pkg-config --exists egl; then
     printf "Yes.\n"