aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ffc604afe8f..54ae59068b2 100755
--- a/configure
+++ b/configure
@@ -4426,7 +4426,7 @@ done
if test "$YACC"; then
- if bison --version | sed q | $AWK '{ if ($4 < 1.875) exit 0; else exit 1;}'; then
+ if "$YACC" --version | sed q | $AWK '{ if ($4 < 1.875) exit 0; else exit 1;}'; then
{ echo "$as_me:$LINENO: WARNING:
*** The installed version of Bison is too old. PostgreSQL needs
*** Bison version 1.875 or later." >&5