(libc_cv_gcc_alpha_ng_prefix): Correct quoting.

This commit is contained in:
Ulrich Drepper 1997-12-21 21:09:45 +00:00
parent 4312093551
commit b6c8aca476

View File

@ -743,7 +743,7 @@ cat > conftest.c <<\EOF
foo () { }
EOF
dnl
if AC_TRY_COMMAND([${CC-cc} -S conftest.c -o - | fgrep '$foo..ng' > /dev/null]);
if AC_TRY_COMMAND([${CC-cc} -S conftest.c -o - | fgrep "\$foo..ng" > /dev/null]);
then
libc_cv_gcc_alpha_ng_prefix=yes
else