diff options
author | Andy Wingo <wingo@pobox.com> | 2002-06-17 17:30:54 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-06-17 17:30:54 +0000 |
commit | 43d17ede7a099635c0af06fb7840e37ac58face6 (patch) | |
tree | 69d12ebbd7062d49c1d6c16fa3186cd78e18be41 /configure.ac | |
parent | fc7aac07d127c1b554361fe5152fbf55b4a81be3 (diff) | |
download | gst-plugins-bad-43d17ede7a099635c0af06fb7840e37ac58face6.tar.gz gst-plugins-bad-43d17ede7a099635c0af06fb7840e37ac58face6.tar.bz2 gst-plugins-bad-43d17ede7a099635c0af06fb7840e37ac58face6.zip |
arts works for me...
Original commit message from CVS:
arts works for me...
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 6c455a8c..1fb6b006 100644 --- a/configure.ac +++ b/configure.ac @@ -77,13 +77,11 @@ HAVE_BROKEN=yes,disabled, USE_SMOOTHWAVE="yes" USE_VGA="yes" USE_XMMS="yes" - USE_ARTS="yes" ],[ USE_SMOOTHWAVE="no" USE_VGA="no" USE_XMMS="no" - USE_ARTS="no" - AC_MSG_NOTICE(not building broken plug-ins) + AC_MSG_NOTICE([not building broken plug-ins]) ]) dnl ############################## |