]> git.pld-linux.org Git - packages/elinks.git/blob - elinks-configure_in.patch
- remove unnecessary (?) check - we all know that english alphabet has 26 chars...
[packages/elinks.git] / elinks-configure_in.patch
1 --- elinks-0.10pre0/configure.in~       2004-09-12 13:49:18.920831232 +0200
2 +++ elinks-0.10pre0/configure.in        2004-09-12 13:58:25.048807160 +0200
3 @@ -743,7 +743,8 @@
4  
5  AC_MSG_CHECKING([how many characters your English alphabet has])
6  # f33r d4 l33t... I hope it's portable. :)
7 -cf_result=$((48#z - 48#a + 1));
8 +#cf_result=$((48#z - 48#a + 1));
9 +cf_result=26
10  AC_MSG_RESULT($cf_result)
11  
12  
This page took 0.026994 seconds and 3 git commands to generate.