than -I and -L are passed through (with mangling) when
PKG_CONFIG_SYSROOT_DIR is set.
+2008-01-31 Tollef Fog Heen <tfheen@err.no>
+
+ * pkg.c (string_list_to_string): Patch from Paul Bender so flags
+ other than -I and -L are passed through (with mangling) when
+ PKG_CONFIG_SYSROOT_DIR is set.
+
2008-01-16 Tollef Fog Heen <tfheen@err.no>
* NEWS, configure.in: Release 0.23
g_string_append (str, pcsysrootdir);
g_string_append (str, tmpstr+2);
}
+ else
+ {
+ g_string_append (str, tmpstr);
+ }
}
- else
+ else
{
g_string_append (str, tmpstr);
}