gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog macros/curl.m4 macros/pkg.m4 [release_0_7


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog macros/curl.m4 macros/pkg.m4 [release_0_7_2]
Date: Sat, 04 Nov 2006 10:10:11 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_7_2
Changes by:     Markus Gothe <nihilus>  06/11/04 10:10:11

Modified files:
        .              : ChangeLog 
        macros         : curl.m4 pkg.m4 

Log message:
        Fixed Rob's typo... :)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1412.2.69&r2=1.1412.2.70
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/curl.m4?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.8.2.3&r2=1.8.2.4
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/pkg.m4?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1412.2.69
retrieving revision 1.1412.2.70
diff -u -b -r1.1412.2.69 -r1.1412.2.70
--- ChangeLog   4 Nov 2006 09:12:07 -0000       1.1412.2.69
+++ ChangeLog   4 Nov 2006 10:10:11 -0000       1.1412.2.70
@@ -4,8 +4,8 @@
        libraries. This lets specifying --prefix become the default path to 
        search in for cross compiling.
        * macros/zlib.h: Fixed typo, corrected output.
-       * macros/curl.m4, macros/pkg.m4: Check crosscompile != xyes, 
-       since it might not been set (which is the same as xno but not defined).
+       * macros/curl.m4, macros/pkg.m4: Typo: cross_compling -> 
+       cross_compiling.
 
 2006-11-03  Rob Savoye  <address@hidden>
 

Index: macros/curl.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/curl.m4,v
retrieving revision 1.8.2.3
retrieving revision 1.8.2.4
diff -u -b -r1.8.2.3 -r1.8.2.4
--- macros/curl.m4      4 Nov 2006 09:12:08 -0000       1.8.2.3
+++ macros/curl.m4      4 Nov 2006 10:10:11 -0000       1.8.2.4
@@ -17,7 +17,7 @@
 dnl  
 dnl 
 
-dnl $Id: curl.m4,v 1.8.2.3 2006/11/04 09:12:08 nihilus Exp $
+dnl $Id: curl.m4,v 1.8.2.4 2006/11/04 10:10:11 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_CURL],
 [
@@ -35,7 +35,7 @@
 
 
 
-  if test x$cross_compling != xyes; then
+  if test x$cross_compiling = xno; then
     AC_CHECK_PROG(curlconfig, [echo], [curl-config])
     if test x"${curlconfig}" != "x" ; then
       AC_MSG_CHECKING([for RTMP support])
@@ -54,7 +54,7 @@
   if test x"${ac_cv_path_curl_incl}" = x; then
 
     AC_MSG_CHECKING([for libcurl header])
-    if test x"${curlconfig}" != "x" -a x$cross_compling != xyes; then
+    if test x"${curlconfig}" != "x" -a x$cross_compiling = xno; then
       ac_cv_path_curl_incl=`${curlconfig} --cflags`
     else
           incllist="${prefix}/${target_alias}/include ${prefix}/include 
/sw/include /usr/local/include /opt/local/include /home/latest/include 
/opt/include /opt/local/include /usr/include /usr/pkg/include .. ../.."

Index: macros/pkg.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/pkg.m4,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- macros/pkg.m4       4 Nov 2006 09:03:26 -0000       1.1.2.2
+++ macros/pkg.m4       4 Nov 2006 10:10:11 -0000       1.1.2.3
@@ -21,7 +21,7 @@
 # configuration script generated by Autoconf, you may include it under
 # the same distribution terms that you use for the rest of that program.
 
-# $Id: pkg.m4,v 1.1.2.2 2006/11/04 09:03:26 nihilus Exp $
+# $Id: pkg.m4,v 1.1.2.3 2006/11/04 10:10:11 nihilus Exp $
 
 # PKG_PROG_PKG_CONFIG([MIN-VERSION])
 # ----------------------------------
@@ -29,7 +29,7 @@
 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
-if test x$cross_compling != xyes; then
+if test x$cross_compiling = xno; then
   if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
        AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
   fi




reply via email to

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