gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog macros/mad.m4 [release_0_7_2]


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog macros/mad.m4 [release_0_7_2]
Date: Sun, 05 Nov 2006 11:16:21 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_7_2
Changes by:     Markus Gothe <nihilus>  06/11/05 11:16:20

Modified files:
        .              : ChangeLog 
        macros         : mad.m4 

Log message:
        Fixed bogus test-case...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1412.2.80&r2=1.1412.2.81
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/mad.m4?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.16.2.2&r2=1.16.2.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1412.2.80
retrieving revision 1.1412.2.81
diff -u -b -r1.1412.2.80 -r1.1412.2.81
--- ChangeLog   5 Nov 2006 00:20:42 -0000       1.1412.2.80
+++ ChangeLog   5 Nov 2006 11:16:20 -0000       1.1412.2.81
@@ -1,3 +1,7 @@
+2006-11-05 Markus Gothe <address@hidden>
+
+       * macros/mad.m4: Fixed bogus test-case...
+
 2006-11-04  Rob Savoye  <address@hidden>
 
        * testsuite/check.h: Include config.h. Optionally include

Index: macros/mad.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/mad.m4,v
retrieving revision 1.16.2.2
retrieving revision 1.16.2.3
diff -u -b -r1.16.2.2 -r1.16.2.3
--- macros/mad.m4       4 Nov 2006 03:07:25 -0000       1.16.2.2
+++ macros/mad.m4       5 Nov 2006 11:16:20 -0000       1.16.2.3
@@ -14,7 +14,7 @@
 dnl  along with this program; if not, write to the Free Software
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-dnl $Id: mad.m4,v 1.16.2.2 2006/11/04 03:07:25 rsavoye Exp $
+dnl $Id: mad.m4,v 1.16.2.3 2006/11/05 11:16:20 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_MAD],
 [
@@ -102,14 +102,13 @@
        done
      ])
    else
-    if test -f ${ac_cv_path_mad_lib}/libmad.a -o -f 
${ac_cv_path_mad_lib}/libmad.so; then
       if test x"${ac_cv_path_mad_lib}" != x"/usr/lib"; then
        ac_cv_path_mad_lib="-L${ac_cv_path_mad_lib}"
        else
        ac_cv_path_mad_lib=""
       fi
     fi
-  fi
+  
   AC_MSG_CHECKING([for libmad library])
   AC_MSG_RESULT(${ac_cv_path_mad_lib})
   




reply via email to

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