• Martell Malone's avatar
    Fix AC_PATH_PROGS for cygwin and msys2 · fd6f171e
    Martell Malone authored
    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: default avatarJean-Baptiste Kempf <jb@videolan.org>
    (cherry picked from commit 636b6c3107f7b797cd16cf84c37d58630a2e201a)
    Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
    fd6f171e
configure.ac 128 KB