summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/links/files/ac-prog-cxx.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/links/files/ac-prog-cxx.patch')
-rw-r--r--meta-oe/recipes-support/links/files/ac-prog-cxx.patch24
1 files changed, 17 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/links/files/ac-prog-cxx.patch b/meta-oe/recipes-support/links/files/ac-prog-cxx.patch
index 41c3826850..2dc57a5c83 100644
--- a/meta-oe/recipes-support/links/files/ac-prog-cxx.patch
+++ b/meta-oe/recipes-support/links/files/ac-prog-cxx.patch
@@ -1,11 +1,21 @@
1--- links-2.1pre20/configure.in.orig 2005-12-21 15:23:49.000000000 +0000 1From c00668541f68c17a5e453a4dcc2a86022b20af87 Mon Sep 17 00:00:00 2001
2+++ links-2.1pre20/configure.in 2005-12-21 15:23:59.000000000 +0000 2From: Martin Jansa <Martin.Jansa@gmail.com>
3@@ -18,7 +18,7 @@ 3Date: Mon, 30 Jul 2012 23:52:49 +0200
4
5---
6 configure.in | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9diff --git a/configure.in b/configure.in
10index 7c15b6b..9896631 100644
11--- a/configure.in
12+++ b/configure.in
13@@ -23,7 +23,7 @@ AM_CONFIG_HEADER(config.h)
4 dnl Checks for programs. 14 dnl Checks for programs.
5 AC_PROG_CC 15 AC_PROG_CC
6 16
7-#AC_PROG_CXX 17-dnl AC_PROG_CXX
8+AC_PROG_CXX 18+AC_PROG_CXX
9 #AC_PROG_AWK 19 dnl AC_PROG_AWK
10 #AM_PROG_LEX 20 dnl AM_PROG_LEX
11 #AC_PROG_YACC 21 dnl AC_PROG_YACC