On 03/04/2011 01:00 PM, Peter O'Gorman wrote: > On 03/04/2011 12:47 PM, Ralf Wildenhues wrote: >>> +if test "$shlibpath_var" = PATH; then >> >> This looks wrong; shouldn't it be != here? Otherwise, ... Looking at the original test, the above is correct there - it wants to avoid messing with PATH on Windows. Pushed this. Thanks. Peter