From a0c6a14dbc3cb62bf513502eaef83d0600a7c1ca Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 28 Oct 2005 17:28:27 +0000 Subject: [PATCH] don't AC_REQUIRE it, it actually runs the macro Original commit message from CVS: don't AC_REQUIRE it, it actually runs the macro --- m4/gst-plugindir.m4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/m4/gst-plugindir.m4 b/m4/gst-plugindir.m4 index 89c780e..88e4a11 100644 --- a/m4/gst-plugindir.m4 +++ b/m4/gst-plugindir.m4 @@ -5,8 +5,6 @@ dnl AC_SUBST plugindir, to be used in Makefile.am's AC_DEFUN([GST_SET_PLUGINDIR], [ - AC_REQUIRE([AS_AC_EXPAND]) - dnl define location of plugin directory AS_AC_EXPAND(PLUGINDIR, ${libdir}/gstreamer-$GST_MAJORMINOR) AC_DEFINE_UNQUOTED(PLUGINDIR, "$PLUGINDIR", -- 2.7.4