summaryrefslogtreecommitdiff
path: root/contrib/site-conf/configure.ac
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-12-11 21:37:47 +0000
committerHolger Freyther <zecke@selfish.org>2006-12-11 21:37:47 +0000
commitce848328aa4730b8c4b9f570ae4714bbbe515f48 (patch)
tree962342b2a97b097a65e8a879c4b90131ec7c59ea /contrib/site-conf/configure.ac
parent17f8633debabec561de2d61ae997e1957235494b (diff)
Add gnu.m4 which has a copy of the libiberty calls from binutils.m4
Make sure we can regenerate the values for binutils which koen just added to OpenEmbedded.
Diffstat (limited to 'contrib/site-conf/configure.ac')
-rw-r--r--contrib/site-conf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/site-conf/configure.ac b/contrib/site-conf/configure.ac
index 0f08732a08..283008a4a7 100644
--- a/contrib/site-conf/configure.ac
+++ b/contrib/site-conf/configure.ac
@@ -6,6 +6,6 @@ AC_PREREQ([2.60])
AC_GNU_SOURCE
OE_CHECK_BUILTIN
-
+OE_CHECK_GNU
AC_OUTPUT([])