also notify when plugins will be built
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 11 Jun 2006 12:34:26 +0000 (12:34 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 11 Jun 2006 12:34:26 +0000 (12:34 +0000)
Original commit message from CVS:
also notify when plugins will be built

m4/gst-feature.m4

index ea93425..b34a245 100644 (file)
@@ -99,6 +99,8 @@ if test x$USE_[$1] = xyes; then
   dnl If it isn't found, unset USE_[$1]
   if test x$HAVE_[$1] = xno; then
     USE_[$1]=no
+  else
+    ifelse([$3], , :, [AC_MSG_NOTICE(*** These plugins will be built: [$3])])
   fi
 fi
 dnl *** Warn if it's disabled or not found