From: Carl Worth Date: Thu, 13 Jun 2013 22:33:26 +0000 (-0700) Subject: configure: Switch from 4 spaces to tabs for some messages X-Git-Url: https://git.cworth.org/git?p=fips;a=commitdiff_plain;h=cef8e846eb37daa0a03cd57b187c624d3f7d1494 configure: Switch from 4 spaces to tabs for some messages Another cosmetic improvement to simply align the output more cleanly. --- diff --git a/configure b/configure index 9428296..b63103e 100755 --- 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 \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"