[gstreamer-bugs] [Bug 606742] Configure has difficulty detecting bison version

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 12 06:40:22 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=606742
  GStreamer | common | unspecified

--- Comment #1 from Robert Woolley <bugzilla.gnome.org at robertwoolley.com> 2010-01-12 14:40:18 UTC ---
or rather in the latest version of common/m4/gst-parser.m4 the check is:

  if perl -we "exit ((v$bison_version ge v$bison_min_version) ? 0 : 1)"; then
    AC_MSG_RESULT([yes])
  else    
    AC_MSG_ERROR([no])
  fi

Which appears to always return a non-error return code (ie. exit(0)) for cases
where bison_version == "bison"

$ perl -we 'exit (("vbison" ge "v2.4.1") ? 0 : 1)'; echo $?
0

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list