aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/c-ares/0001-fix-configure.ac.patch
diff options
context:
space:
mode:
authorSean Cross <sean@chumby.com>2010-10-13 21:35:05 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-14 07:55:23 -0700
commit051d97508315763fd2b36c537f7f3a7521d63daf (patch)
tree3a5c700db0a387eadec88f683aec3cfc78195c32 /recipes/c-ares/0001-fix-configure.ac.patch
parentdb0841afe82a5dc16eef9f8f8d6430116b1a94a0 (diff)
downloadopenembedded-051d97508315763fd2b36c537f7f3a7521d63daf.tar.gz
c-ares: Fix configure.ac
Get configure to work with our version of autoconf by fixing the syntax of configure.ac Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/c-ares/0001-fix-configure.ac.patch')
-rw-r--r--recipes/c-ares/0001-fix-configure.ac.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/c-ares/0001-fix-configure.ac.patch b/recipes/c-ares/0001-fix-configure.ac.patch
new file mode 100644
index 0000000000..c8c3e661fd
--- /dev/null
+++ b/recipes/c-ares/0001-fix-configure.ac.patch
@@ -0,0 +1,12 @@
+diff -ur c-ares-1.5.3-stock/configure.ac c-ares-1.5.3/configure.ac
+--- c-ares-1.5.3-stock/configure.ac 2010-10-14 07:18:36.437023208 +0000
++++ c-ares-1.5.3/configure.ac 2010-10-14 07:18:39.527024687 +0000
+@@ -811,7 +811,7 @@
+ ],[
+ AC_MSG_RESULT([yes])
+ eval "ac_cv_func_$func=yes"
+- AC_DEFINE_UNQUOTED([AS_TR_CPP([HAVE_$func])], [1],
++ AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$func]), [1],
+ [Define to 1 if you have the $func function.])
+ ],[
+ AC_MSG_RESULT([but still no])