diff options
Diffstat (limited to 'meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch')
-rw-r--r-- | meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch b/meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch index 693d130e49..6c620f9f27 100644 --- a/meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch +++ b/meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch | |||
@@ -7,13 +7,13 @@ Upstream-status: Pending | |||
7 | 7 | ||
8 | Signed-off-by: Chong Lu <Chong.Lu@windriver.com> | 8 | Signed-off-by: Chong Lu <Chong.Lu@windriver.com> |
9 | --- | 9 | --- |
10 | src/configure.in | 7 +++++++ | 10 | src/configure.ac | 7 +++++++ |
11 | 1 file changed, 7 insertions(+) | 11 | 1 file changed, 7 insertions(+) |
12 | 12 | ||
13 | diff --git a/src/configure.in b/src/configure.in | 13 | diff --git a/src/configure.ac b/src/configure.ac |
14 | index d734064..f504fa6 100644 | 14 | index d734064..f504fa6 100644 |
15 | --- a/src/configure.in | 15 | --- a/src/configure.ac |
16 | +++ b/src/configure.in | 16 | +++ b/src/configure.ac |
17 | @@ -2483,11 +2483,18 @@ AC_TRY_COMPILE([#include <stdio.h>], [int x __attribute__((unused));], | 17 | @@ -2483,11 +2483,18 @@ AC_TRY_COMPILE([#include <stdio.h>], [int x __attribute__((unused));], |
18 | AC_MSG_RESULT(no)) | 18 | AC_MSG_RESULT(no)) |
19 | 19 | ||