]> git.pld-linux.org Git - packages/vim.git/blob - vim-no_libelf.patch
- unconditional noarch subpackages
[packages/vim.git] / vim-no_libelf.patch
1 --- vim61/src/configure.ac.orig Wed Oct  2 10:41:30 2002
2 +++ vim61/src/configure.ac      Wed Oct  2 10:54:27 2002
3 @@ -1352,9 +1352,9 @@
4  dnl Checks for header files.
5  AC_CHECK_HEADER(elf.h, HAS_ELF=1)
6  dnl AC_CHECK_HEADER(dwarf.h, SVR4=1)
7 -if test "$HAS_ELF" = 1; then
8 -  AC_CHECK_LIB(elf, main)
9 -fi
10 +dnl if test "$HAS_ELF" = 1; then
11 +dnl  AC_CHECK_LIB(elf, main)
12 +dnl fi
13  
14  AC_HEADER_DIRENT
15  
This page took 0.101383 seconds and 3 git commands to generate.