diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2001-10-31 18:31:36 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2001-10-31 18:31:36 +0000 |
commit | f7fc5c89e8d51edd8cbd06a8c9e81872f92f2e8e (patch) | |
tree | 86430ab93da7be849c52203a95b7cda07d9f21f5 /configure.in | |
parent | 172ac002203a5582038af250af2e187a76fec4fa (diff) | |
download | flac-f7fc5c89e8d51edd8cbd06a8c9e81872f92f2e8e.tar.gz |
add support for writing ogg streams
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 206b1ffa..1c8ecc08 100644 --- a/configure.in +++ b/configure.in @@ -76,6 +76,9 @@ if test x$sse_os = xtrue ; then AC_DEFINE(FLAC__SSE_OS) fi +AM_PATH_OGG( , AC_MSG_WARN([*** Ogg development enviroment not installed - ogg support will not be built])) +AM_CONDITIONAL(FLaC__HAS_OGG, test x$OGG_LIBS != x) + AM_PATH_XMMS(0.9.5.1, , AC_MSG_WARN([*** XMMS >= 0.9.5.1 not installed - xmms support will not be built])) AM_CONDITIONAL(FLaC__HAS_XMMS, test x$XMMS_INPUT_PLUGIN_DIR != x) |