From 5ae4c799f27dd83933a7c5fe7aa1f154463ddea6 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 30 Sep 1998 11:19:00 -0600 Subject: configure.in: Escape ^ in grep string. * configure.in: Escape ^ in grep string. * configure: Rebuilt. From-SVN: r22681 --- libobjc/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libobjc/configure') diff --git a/libobjc/configure b/libobjc/configure index 9379887..25cdc01 100755 --- a/libobjc/configure +++ b/libobjc/configure @@ -1040,7 +1040,7 @@ if eval "test \"`echo '$''{'objc_cv_thread_file'+set}'`\" = set"; then else if test -f ../../gcc/Makefile then - objc_cv_thread_file=`grep ^GCC_THREAD_FILE ../../gcc/Makefile | awk -F= '{ print $2 }'` + objc_cv_thread_file=`grep \^GCC_THREAD_FILE ../../gcc/Makefile | awk -F= '{ print $2 }'` else { echo "configure: error: not found" 1>&2; exit 1; } fi -- cgit v1.1