aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gmail.com>2010-01-17 02:06:17 +0100
committerDiego Elio Pettenò <flameeyes@gmail.com>2010-01-17 02:06:17 +0100
commita2886e19d83b20833a74f986ff598b6ade39fa0f (patch)
treee9c5665d1ce9096aa71e7a4844a28b80f267d481
parentChange detection of xen so that it's actually automatic rather than forced. (diff)
downloadlibvirt-a2886e19d83b20833a74f986ff598b6ade39fa0f.tar.gz
libvirt-a2886e19d83b20833a74f986ff598b6ade39fa0f.tar.bz2
libvirt-a2886e19d83b20833a74f986ff598b6ade39fa0f.zip
Remove definition of m4_foreach_w for autoconf 2.59.discarded
Depends on the previous patch requiring autoconf 2.63 or later.
-rw-r--r--configure.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index 18b54290c..385c48bc6 100644
--- a/configure.in
+++ b/configure.in
@@ -49,13 +49,6 @@ AC_PROG_CPP
AC_OBJEXT
-dnl gl_INIT uses m4_foreach_w, yet that is not defined in autoconf-2.59.
-dnl In order to accommodate developers with such old tools, here's a
-dnl replacement definition.
-m4_ifndef([m4_foreach_w],
- [m4_define([m4_foreach_w],
- [m4_foreach([$1], m4_split(m4_normalize([$2]), [ ]), [$3])])])
-
gl_EARLY
gl_INIT