]> git.cworth.org Git - fips/commitdiff
configure: Tighten up the text on a couple of messages
authorCarl Worth <cworth@cworth.org>
Thu, 13 Jun 2013 21:32:32 +0000 (14:32 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 13 Jun 2013 22:07:11 +0000 (15:07 -0700)
Just a cosmetic thing to make the column of Yes/No messages align more
closely.

configure

index 44c3356ca3e2b5e8e7749029fabc68f38207d24f..7c5a38ce6e2dae6f3d4cf075081e81231c92747d 100755 (executable)
--- 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"