diff options
Diffstat (limited to 'recipes/links/files/ac-prog-cxx.patch')
-rw-r--r-- | recipes/links/files/ac-prog-cxx.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/links/files/ac-prog-cxx.patch b/recipes/links/files/ac-prog-cxx.patch new file mode 100644 index 0000000000..41c3826850 --- /dev/null +++ b/recipes/links/files/ac-prog-cxx.patch @@ -0,0 +1,11 @@ +--- links-2.1pre20/configure.in.orig 2005-12-21 15:23:49.000000000 +0000 ++++ links-2.1pre20/configure.in 2005-12-21 15:23:59.000000000 +0000 +@@ -18,7 +18,7 @@ + dnl Checks for programs. + AC_PROG_CC + +-#AC_PROG_CXX ++AC_PROG_CXX + #AC_PROG_AWK + #AM_PROG_LEX + #AC_PROG_YACC |