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

Jack Moffitt jack at xiph.org
Sun Nov 5 19:15:50 PST 2000



jack        00/11/05 19:15:50

  Modified:    .        configure.in
  Log:
  let's be a little more demanding....

Revision  Changes    Path
1.27      +1 -1      vorbis/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- configure.in	2000/11/06 00:06:45	1.26
+++ configure.in	2000/11/06 03:15:50	1.27
@@ -149,7 +149,7 @@
 AC_CHECK_LIB(m, cos, LIBS="-lm", LIBS="")
 AC_CHECK_LIB(pthread, pthread_create, pthread_lib="-lpthread", :)
 
-AM_PATH_OGG(have_ogg=yes, have_ogg=no)
+AM_PATH_OGG(, AC_MSG_ERROR(must have Ogg installed!))
 
 dnl --------------------------------------------------
 dnl Check for library functions

--- >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