gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash configure.ac macros/curl.m4


From: Markus Gothe
Subject: [Gnash-commit] gnash configure.ac macros/curl.m4
Date: Fri, 30 Nov 2007 23:51:26 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/11/30 23:51:26

Modified files:
        .              : configure.ac 
        macros         : curl.m4 

Log message:
        Removed RTMP check.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.452&r2=1.453
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/curl.m4?cvsroot=gnash&r1=1.24&r2=1.25

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.452
retrieving revision 1.453
diff -u -b -r1.452 -r1.453
--- configure.ac        30 Nov 2007 23:44:17 -0000      1.452
+++ configure.ac        30 Nov 2007 23:51:26 -0000      1.453
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.452 2007/11/30 23:44:17 strk Exp $
+dnl $Id: configure.ac,v 1.453 2007/11/30 23:51:26 nihilus Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -2170,11 +2170,6 @@
 fi
 
 if test x"$CURL_LIBS" != x; then
-  if test x"$rtmp" = xyes; then
-    echo "     This version of libCurl has RTMP support"
-  else
-    echo "     This version of libCurl doesn't have RTMP support"
-  fi
   if test x"$CURL_CFLAGS" != x; then
     echo "        CURL flags are: $CURL_CFLAGS"
   else

Index: macros/curl.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/curl.m4,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- macros/curl.m4      29 Nov 2007 05:15:10 -0000      1.24
+++ macros/curl.m4      30 Nov 2007 23:51:26 -0000      1.25
@@ -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: curl.m4,v 1.24 2007/11/29 05:15:10 nihilus Exp $
+dnl $Id: curl.m4,v 1.25 2007/11/30 23:51:26 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_CURL],
 [
@@ -32,17 +32,6 @@
 
   curlconfig=""
   AC_PATH_PROG(curlconfig, curl-config, ,[${pathlist}])
-  if test x"${curlconfig}" != x ; then
-    AC_MSG_CHECKING([for RTMP support])
-    rtmp="`${curlconfig} --protocols|grep -c RTMP`"
-    if test x"${rtmp}" != x && test "${rtmp}" -eq 0; then
-       AC_MSG_RESULT([none])
-           rtmp=no
-    else
-           AC_MSG_RESULT([yes])
-           rtmp=yes
-    fi
-  fi
 
   dnl If the path hasn't been specified, go look for it.
   if test x"${ac_cv_path_curl_incl}" = x; then




reply via email to

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