]> git.pld-linux.org Git - packages/elinks.git/commitdiff
- remove unnecessary (?) check - we all know that english alphabet has 26 chars...
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 12 Sep 2004 14:37:54 +0000 (14:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elinks-configure_in.patch -> 1.1

elinks-configure_in.patch [new file with mode: 0644]

diff --git a/elinks-configure_in.patch b/elinks-configure_in.patch
new file mode 100644 (file)
index 0000000..2cd820b
--- /dev/null
@@ -0,0 +1,12 @@
+--- elinks-0.10pre0/configure.in~      2004-09-12 13:49:18.920831232 +0200
++++ elinks-0.10pre0/configure.in       2004-09-12 13:58:25.048807160 +0200
+@@ -743,7 +743,8 @@
+ AC_MSG_CHECKING([how many characters your English alphabet has])
+ # f33r d4 l33t... I hope it's portable. :)
+-cf_result=$((48#z - 48#a + 1));
++#cf_result=$((48#z - 48#a + 1));
++cf_result=26
+ AC_MSG_RESULT($cf_result)
This page took 0.032146 seconds and 4 git commands to generate.