don't AC_REQUIRE it, it actually runs the macro
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 28 Oct 2005 17:28:27 +0000 (17:28 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 28 Oct 2005 17:28:27 +0000 (17:28 +0000)
Original commit message from CVS:
don't AC_REQUIRE it, it actually runs the macro

m4/gst-plugindir.m4

index 89c780e..88e4a11 100644 (file)
@@ -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",