]> git.sesse.net Git - vlc/commit
Fix AC_PATH_PROGS for cygwin and msys2
authorMartell Malone <martellmalone@gmail.com>
Tue, 4 Nov 2014 12:48:53 +0000 (12:48 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 4 Nov 2014 20:24:25 +0000 (21:24 +0100)
commit636b6c3107f7b797cd16cf84c37d58630a2e201a
treeddeef8e9f1dc09924b4abecc91a64e9b54af8d66
parent5e7d42f71adcbc81c539b2e511e799a59b868d84
Fix AC_PATH_PROGS for cygwin and msys2

Fixes searching for native qt5 progs on cygwin and msys2

The reason for the issue is that on windows if there is a space in the path
or if the program is prepends with .exe and we specify the search PATH
in AC_PATH_PROGS we must enclose them in quotes or the program will not be
found.

For future reference, if anyone uses AC_PATH_PROGS please enclose defined
search paths (if you have any) in quotes

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
configure.ac