common/autoconf/basics_windows.m4

changeset 726
c31e9dc1fe3d
parent 577
3540aa40c868
child 802
9286a6e61291
     1.1 --- a/common/autoconf/basics_windows.m4	Wed May 29 14:01:04 2013 +0200
     1.2 +++ b/common/autoconf/basics_windows.m4	Fri May 31 14:07:42 2013 +0200
     1.3 @@ -300,7 +300,7 @@
     1.4  # Setup basic configuration paths, and platform-specific stuff related to PATHs.
     1.5  AC_DEFUN([BASIC_CHECK_PATHS_WINDOWS],
     1.6  [
     1.7 -  SRC_ROOT_LENGTH=`$THEPWDCMD|$WC -m`
     1.8 +  SRC_ROOT_LENGTH=`$THEPWDCMD -L|$WC -m`
     1.9    if test $SRC_ROOT_LENGTH -gt 100; then
    1.10        AC_MSG_ERROR([Your base path is too long. It is $SRC_ROOT_LENGTH characters long, but only 100 is supported])
    1.11    fi

mercurial