GNOME Bugzilla – Bug 569066
gvfs' configure.ac uses non posix 'test' constructions
Last modified: 2009-03-02 12:25:23 UTC
There is such things in configure.ac: if test "x$msg_http" == "xyes"; then but according to: http://www.opengroup.org/onlinepubs/9699919799/utilities/test.html == isn't a valid construction, while = is. This causes build failures later on FreeBSD because HTTP_CFLAGS doesn't contain the libsoup one's and thus fails to include correctly the headers. I'll attach a patch against 1.0.3 and trunk.
Created attachment 127193 [details] [review] trunk patch
Created attachment 127194 [details] [review] 1.0.3 patch
Fixed on trunk.
*** Bug 567287 has been marked as a duplicate of this bug. ***