1
1

Allow Windows absolute prefix which start with a letter followed by :

This commit was SVN r9143.
Этот коммит содержится в:
George Bosilca 2006-02-25 21:23:14 +00:00
родитель b4765b6db6
Коммит f4b853d038

Просмотреть файл

@ -127,7 +127,7 @@ case "$prefix" in
NONE)
echo installing to directory \"$ac_default_prefix\"
;;
[a-zA-Z]:*)
@<:@a-zA-Z@:>@:*)
echo installing to directory \"$prefix\"
;;
*)