Revision df47d312 configure.ac

b/configure.ac
110 110
        AC_MSG_ERROR([ntfsclone is needed for Windows but not found in $PATH]
111 111
        [To disable windows support run with --disable-windows-support])
112 112
    fi
113
    AC_PATH_PROG(NTFSRESIZE, [ntfsresize], [], [$PATH:/usr/sbin:/sbin])
114
    if test -z "$NTFSRESIZE" ; then
115
        AC_MSG_ERROR([ntfsresize is needed for Windows but not found in $PATH]
116
        [To disable windows support run with --disable-windows-support])
117
    fi
118 113
    AC_PATH_PROG(XMLSTARLET, [xmlstarlet], [], [$PATH:/usr/sbin:/sbin])
119 114
    if test -z "$XMLSTARLET" ; then
120 115
        AC_MSG_ERROR([xmlstarlet is needed for Windows but not found in $PATH]

Also available in: Unified diff