gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash configure.ac


From: Sandro Santilli
Subject: [Gnash-commit] gnash configure.ac
Date: Mon, 16 Oct 2006 18:41:29 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/16 18:41:29

Modified files:
        .              : configure.ac 

Log message:
        don't insist in requiring OGG

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.163&r2=1.164

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -b -r1.163 -r1.164
--- configure.ac        16 Oct 2006 18:38:25 -0000      1.163
+++ configure.ac        16 Oct 2006 18:41:29 -0000      1.164
@@ -33,7 +33,7 @@
 dnl also makes it possible to release a modified version which carries
 dnl forward this exception.
 
-dnl $Id: configure.ac,v 1.163 2006/10/16 18:38:25 strk Exp $
+dnl $Id: configure.ac,v 1.164 2006/10/16 18:41:29 strk Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, 0.7.1-cvs)
@@ -832,17 +832,17 @@
   nogo=true
 fi
 
-if test x"$OGG_LIBS" != x; then
-  if test x"$OGG_CFLAGS" != x; then
-    echo "        Ogg flags are: $OGG_CFLAGS"
-  else
-    echo "        Ogg flags are: default include path"
-  fi
-  echo "        Ogg libs are: $OGG_LIBS"
-else
-  echo "ERROR: No Ogg Vorbis development package installed!"
-  nogo=true
-fi
+dnl if test x"$OGG_LIBS" != x; then
+dnl   if test x"$OGG_CFLAGS" != x; then
+dnl     echo "        Ogg flags are: $OGG_CFLAGS"
+dnl   else
+dnl     echo "        Ogg flags are: default include path"
+dnl   fi
+dnl   echo "        Ogg libs are: $OGG_LIBS"
+dnl else
+dnl   echo "ERROR: No Ogg Vorbis development package installed!"
+dnl   nogo=true
+dnl fi
 
 dnl if test x"$VORBIS_LIBS" != x; then
 dnl   if test x"$VORBIS_CFLAGS" != x; then




reply via email to

[Prev in Thread] Current Thread [Next in Thread]