aboutsummaryrefslogtreecommitdiff
path: root/libobjc/configure
diff options
context:
space:
mode:
authorRobert Lipe <robertl@dgii.com>1998-09-30 11:19:00 -0600
committerJeff Law <law@gcc.gnu.org>1998-09-30 11:19:00 -0600
commit5ae4c799f27dd83933a7c5fe7aa1f154463ddea6 (patch)
treec910d83a1a88c5d2b5d55d064f843997939b0d99 /libobjc/configure
parent36ef59e79797f3317ed83ef1b4760aab004d59cb (diff)
downloadgcc-5ae4c799f27dd83933a7c5fe7aa1f154463ddea6.zip
gcc-5ae4c799f27dd83933a7c5fe7aa1f154463ddea6.tar.gz
gcc-5ae4c799f27dd83933a7c5fe7aa1f154463ddea6.tar.bz2
configure.in: Escape ^ in grep string.
* configure.in: Escape ^ in grep string. * configure: Rebuilt. From-SVN: r22681
Diffstat (limited to 'libobjc/configure')
-rwxr-xr-xlibobjc/configure2
1 files changed, 1 insertions, 1 deletions
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