[xiph-cvs] cvs commit: ogg ogg.m4

Stan Seibert volsung at xiph.org
Sat Oct 27 15:50:12 PDT 2001



volsung     01/10/27 15:50:11

  Modified:    .        ogg.m4
  Log:
  Whoops.  Forgot an "elif".

Revision  Changes    Path
1.7       +1 -1      ogg/ogg.m4

Index: ogg.m4
===================================================================
RCS file: /usr/local/cvsroot/ogg/ogg.m4,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ogg.m4	2001/10/27 22:43:54	1.6
+++ ogg.m4	2001/10/27 22:50:11	1.7
@@ -26,7 +26,7 @@
 
   if test "x$ogg_includes" != "x" ; then
     OGG_CFLAGS="-I$ogg_includes"
-  if test "x$ogg_prefix" != "x" ; then
+  elif test "x$ogg_prefix" != "x" ; then
     OGG_CFLAGS="-I$ogg_prefix/include"
   elif test "$prefix" != "xNONE"; then
     OGG_CFLAGS="-I$prefix/include"

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