]> git.pld-linux.org Git - packages/vim.git/commitdiff
- removed linking with libelf - not necessary
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 Oct 2002 09:07:17 +0000 (09:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-no_libelf.patch -> 1.1

vim-no_libelf.patch [new file with mode: 0644]

diff --git a/vim-no_libelf.patch b/vim-no_libelf.patch
new file mode 100644 (file)
index 0000000..873fd70
--- /dev/null
@@ -0,0 +1,15 @@
+--- vim61/src/configure.in.orig        Wed Oct  2 10:41:30 2002
++++ vim61/src/configure.in     Wed Oct  2 10:54:27 2002
+@@ -1352,9 +1352,9 @@
+ dnl Checks for header files.
+ AC_CHECK_HEADER(elf.h, HAS_ELF=1)
+ dnl AC_CHECK_HEADER(dwarf.h, SVR4=1)
+-if test "$HAS_ELF" = 1; then
+-  AC_CHECK_LIB(elf, main)
+-fi
++dnl if test "$HAS_ELF" = 1; then
++dnl  AC_CHECK_LIB(elf, main)
++dnl fi
+ AC_HEADER_DIRENT
This page took 0.040076 seconds and 4 git commands to generate.