Revision a342dab5 common_windows.sh

b/common_windows.sh
1 1

  
2
if [ -z "$windows_support" ] ; then
2
if [ "x$windows_support" != "xyes" ] ; then
3 3
    log_error "Windows support is disabled."
4 4
    exit 1;
5 5
fi

Also available in: Unified diff