From ac732d399b0b48a07e002afc2775864cc74b37ed Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 25 Nov 2006 03:30:25 +0000 Subject: [PATCH] No need for telegram style. We can spare a "the". git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2538 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/build/unix/config_functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/build/unix/config_functions b/sc2/build/unix/config_functions index fd6091bd3..37f3f4536 100644 --- a/sc2/build/unix/config_functions +++ b/sc2/build/unix/config_functions @@ -363,7 +363,7 @@ have_program() { TEMP_VERSION=`evalVar PROG_${PROG}_VERSION` if [ -z "$TEMP_VERSION" ]; then eval "PROG_${PROG}_PRESENT"=1 - echo "Fatal: Could not determine version of $TEMP_NAME" >&2 + echo "Fatal: Could not determine the version of $TEMP_NAME" >&2 exit 1 fi if not version_match "$2" "$TEMP_VERSION"; then @@ -517,7 +517,7 @@ EOF TEMP_VERSION=`evalVar LIB_${LIB}_VERSION` if [ -z "$TEMP_VERSION" ]; then eval "LIB_${LIB}_PRESENT"=1 - echo "Fatal: Could not determine version of $TEMP_NAME" >&2 + echo "Fatal: Could not determine the version of $TEMP_NAME" >&2 exit 1 fi if not version_match "$2" "$TEMP_VERSION"; then