Andrea Bolognani 9d06d0f66f configure: Fix check for --with-login-shell on Windows
The check is supposed to stop users from trying to compile
virt-login-shell on Windows by erroring out during the
configure phase; however, there are two flaws in it:

  * the value of "x$with_win" is compared to "yes" instead
    of "xyes" (note the "x" in the first string)

  * "test" is not being used, so the script will actually
    try to run a command called "x$with_win" instead of
    performing string comparison

This patch fixes both issues.

(cherry picked from commit ccf58bd72a426f34481787af694d6eae78b4e64e)
2016-04-20 09:19:58 -04:00
..
2013-08-22 16:17:35 +02:00
2016-03-30 10:21:44 +03:00