diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-15 17:50:20 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-15 17:50:20 +0000 |
commit | d04b373ee5514c2d106cd381818ce365ebf7aee7 (patch) | |
tree | ffec43ad26be91d2357dc3f54d7f694c6c2deb44 | |
parent | 3ba1afe2628b4035147cfcdc200e3339ada4a568 (diff) | |
download | gst-plugins-bad-d04b373ee5514c2d106cd381818ce365ebf7aee7.tar.gz gst-plugins-bad-d04b373ee5514c2d106cd381818ce365ebf7aee7.tar.bz2 gst-plugins-bad-d04b373ee5514c2d106cd381818ce365ebf7aee7.zip |
dingy dong
Original commit message from CVS:
dingy dong
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e6327ae3..6c455a8c 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,6 @@ dnl # Super Duper options for plug-in building # dnl ############################################ dnl ext plug-ins; plug-ins that have external dependencies -translit(dnm, m, l) AM_CONDITIONAL(BUILD_EXTERNAL, true) GST_CHECK_FEATURE(EXTERNAL, [enable building of plug-ins with external deps],, [HAVE_EXTERNAL=yes],enabled, [ @@ -55,6 +54,8 @@ GST_CHECK_FEATURE(EXTERNAL, [enable building of plug-ins with external deps],, AC_MSG_WARN(all plug-ins with external dependencies will not be built) BUILD_EXTERNAL="no" ]) +# make BUILD_EXTERNAL available to Makefile.am +AM_CONDITIONAL(BUILD_EXTERNAL, test "x$BUILD_EXTERNAL" = "xyes") dnl experimental plug-ins; stuff that hasn't had the dust settle yet dnl read 'builds, but might not work'UTO |