From: Carl Worth Date: Thu, 13 Jun 2013 21:32:32 +0000 (-0700) Subject: configure: Tighten up the text on a couple of messages X-Git-Url: https://git.cworth.org/git?p=fips;a=commitdiff_plain;h=35ee06686adbfa4dd0feca625eb9a0dfee2d087e configure: Tighten up the text on a couple of messages Just a cosmetic thing to make the column of Yes/No messages align more closely. --- diff --git a/configure b/configure index 44c3356..7c5a38c 100755 --- a/configure +++ b/configure @@ -217,7 +217,7 @@ exit 1 fi -printf "Checking for talloc development files... " +printf "Checking for libtalloc... " if pkg-config --exists talloc; then printf "Yes.\n" have_talloc=1 @@ -247,7 +247,7 @@ else fi rm -f elf-minimal elf-minimal.c -printf "Checking for OpenGL header file GL/gl.h... " +printf "Checking for GL/gl.h... " have_gl=0 if pkg-config --exists gl; then printf "Yes.\n"