]> git.pld-linux.org Git - packages/lynx.git/blame - lynx-ac25x.patch
- added ac25x patch needed for autoconf 2.53
[packages/lynx.git] / lynx-ac25x.patch
CommitLineData
e200039d
JB
1--- lynx2-8-5/configure.in.orig Sat Jul 6 18:54:26 2002
2+++ lynx2-8-5/configure.in Sat Jul 6 19:00:22 2002
3@@ -863,7 +863,7 @@
4 AC_MSG_RESULT($use_externs)
5 if test $use_externs != "no" ; then
6 AC_DEFINE(USE_EXTERNALS)
7- LIBOBJS="$LIBOBJS LYExtern.o"
8+ AC_LIBOBJ([LYExtern])
9 fi
10
11 AC_MSG_CHECKING(if you want to use setfont support)
12@@ -1037,7 +1037,7 @@
13 AC_MSG_RESULT($use_dired)
14
15 if test ".$use_dired" != ".no" ; then
16- LIBOBJS="$LIBOBJS LYLocal.o"
17+ AC_LIBOBJ([LYLocal])
18 AC_DEFINE(DIRED_SUPPORT)
19
20 AC_MSG_CHECKING(if you wish to allow extracting from archives via DirEd)
This page took 0.025804 seconds and 4 git commands to generate.