From 8515aaf47c1658c54d4973729b0904f21cea6cbe Mon Sep 17 00:00:00 2001 From: cltbld Date: Tue, 2 May 2006 19:32:36 +0000 Subject: [PATCH] Automated update from host egg --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 385922bafa55..3754cba3b5bc 100755 --- a/configure +++ b/configure @@ -8011,7 +8011,7 @@ EOF if ! ${CC-cc} ${CFLAGS} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -O2 -S -o conftest.S conftest.c ; then ac_cv_have_visibility_builtin_bug=yes else - if test `grep -C "@PLT" conftest.S` == 0; then + if test `grep -c "@PLT" conftest.S` == 0; then ac_cv_visibility_builtin_bug=yes fi fi