Since it's now possible to build without libsoup but still have HTTP
functionality.
Closes: #1082
Approved by: cgwalters
GError **error)
{
g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED,
- "This version of ostree was built without libsoup, and cannot fetch over HTTP");
+ "This version of ostree was built without libsoup or libcurl, and cannot fetch over HTTP");
return FALSE;
}
GError **error)
{
g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED,
- "This version of ostree was built without libsoup, and cannot fetch over HTTP");
+ "This version of ostree was built without libsoup or libcurl, and cannot fetch over HTTP");
return FALSE;
}