[xiph-cvs] cvs commit: speex configure.in

Jean-Marc Valin jm at xiph.org
Sun Mar 2 19:36:56 PST 2003



jm          03/03/02 22:36:56

  Modified:    .        configure.in
  Log:
  some tuning

Revision  Changes    Path
1.44      +12 -0     speex/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/speex/configure.in,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- configure.in	5 Feb 2003 06:03:35 -0000	1.43
+++ configure.in	3 Mar 2003 03:36:55 -0000	1.44
@@ -32,7 +32,19 @@
 AC_C_BIGENDIAN
 AC_CHECK_HEADERS(sys/soundcard.h)
 
+AC_ARG_ENABLE(ogg,
+      [  --enable-ogg=[yes/no]    Turn on or off the use of ogg
+libraries [default=yes]],
+      [case "${enableval}" in
+        yes) useogg=true ;;
+        no)  useogg=false ;;
+        *) AC_MSG_ERROR(bad value ${enableval} for --enable-ogg) ;;
+      esac],[useogg=true])
+
+if test x$useogg = xtrue; then
 AC_PATH_LIBOGG
+fi
+
 if test "$have_libogg" = yes; then
    src=src
 else

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list