From 35ee06686adbfa4dd0feca625eb9a0dfee2d087e Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 13 Jun 2013 14:32:32 -0700 Subject: [PATCH] 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. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.43.0