GNOME Bugzilla – Bug 636268
configure test fails on FreeBSD
Last modified: 2010-12-04 13:22:08 UTC
Configure outputs: ------------------------------------ configure: working c++ compiler found: yes test: xyes: unexpected operator ------------------------------------
Created attachment 175692 [details] [review] Replace " == " with " = " to make it work with FreeBSD's /bin/sh.
Would be great if you could test the pre-releases as well in future, then we can catch these kind of things before the release :) Thanks for the patch, committed: commit d569bf420d5f915c6a3901b193b69757991f4da8 Author: Koop Mast <kwm@FreeBSD.org> Date: Sat Dec 4 13:14:39 2010 +0000 configure: fix test so it works with FreeBSD's /bin/sh Use '=' instead of '=='. Fixes: configure: working c++ compiler found: yes test: xyes: unexpected operator http://bugzilla-attachments.gnome.org/attachment.cgi?id=175692