common/autoconf/basics_windows.m4

changeset 802
9286a6e61291
parent 726
c31e9dc1fe3d
child 839
174a54ce39c4
     1.1 --- a/common/autoconf/basics_windows.m4	Wed Sep 18 12:37:54 2013 +0200
     1.2 +++ b/common/autoconf/basics_windows.m4	Wed Sep 18 13:49:49 2013 +0200
     1.3 @@ -211,7 +211,7 @@
     1.4    # the same file, most of the time (as in "test -f"). But not when running cygpath -s, then
     1.5    # "foo.exe" is OK but "foo" is an error.
     1.6    #
     1.7 -  # This test is therefore slightly more accurate than "test -f" to check for file precense.
     1.8 +  # This test is therefore slightly more accurate than "test -f" to check for file presence.
     1.9    # It is also a way to make sure we got the proper file name for the real test later on.
    1.10    test_shortpath=`$CYGPATH -s -m "$new_path" 2> /dev/null`
    1.11    if test "x$test_shortpath" = x; then

mercurial