Revision 970e7307 configure.ac

b/configure.ac
76 76

  
77 77
if test "x$enable_windows_support" = "xyes"
78 78
then
79
    AC_PATH_PROG(NTFSCLONE, [ntfsclone], [], [$PATH:/usr/sbin:/sbin])
80
    if test -z "$NTFSCLONE" ; then
81
        AC_MSG_ERROR([ntfsclone is needed for Windows but not found in $PATH]
82
        [To disable windows support run with --disable-windows-support])
83
    fi
79 84
    AC_PATH_PROG(XMLSTARLET, [xmlstarlet], [], [$PATH:/usr/sbin:/sbin])
80 85
    if test -z "$XMLSTARLET" ; then
81 86
        AC_MSG_ERROR([xmlstarlet is needed for Windows but not found in $PATH]

Also available in: Unified diff