Commit 0679a2c3 authored by Bruce Momjian's avatar Bruce Momjian

Fix >& csh-ism

parent 560e196b
...@@ -552,7 +552,7 @@ AC_SUBST(BACKSLASH_C) ...@@ -552,7 +552,7 @@ AC_SUBST(BACKSLASH_C)
AC_PROG_LEX AC_PROG_LEX
if test "$LEX" = "flex"; then if test "$LEX" = "flex"; then
$LEX --version 2> /dev/null | grep -s '2\.5\.3' >& /dev/null $LEX --version 2> /dev/null | grep -s '2\.5\.3' > /dev/null 2>&1
if test $? -eq 0 ; then if test $? -eq 0 ; then
AC_MSG_WARN([ AC_MSG_WARN([
*** ***
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment