diff options
Diffstat (limited to 'libobjc/configure')
-rwxr-xr-x | libobjc/configure | 2 |
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 |