CVSROOT: /sources/gnash Module name: gnash Changes by: Markus Gothe <nihilus> 07/11/29 04:55:03
Modified files: macros : curl.m4 Log message: Fix. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/macros/curl.m4?cvsroot=gnash&r1=1.22&r2=1.23 Patches: Index: curl.m4 =================================================================== RCS file: /sources/gnash/gnash/macros/curl.m4,v retrieving revision 1.22 retrieving revision 1.23 diff -u -b -r1.22 -r1.23 --- curl.m4 29 Nov 2007 00:40:21 -0000 1.22 +++ curl.m4 29 Nov 2007 04:55:03 -0000 1.23 @@ -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.22 2007/11/29 00:40:21 nihilus Exp $ +dnl $Id: curl.m4,v 1.23 2007/11/29 04:55:03 nihilus Exp $ AC_DEFUN([GNASH_PATH_CURL], [ @@ -35,7 +35,7 @@ if test x"${curlconfig}" != "x" ; then AC_MSG_CHECKING([for RTMP support]) rtmp="`${curlconfig} --protocols|grep -c RTMP`" - if test "${rtmp} " -eq 0; then + if test x"${rtmp}" != x -a "${rtmp} " -eq 0; then AC_MSG_RESULT([none]) rtmp=no else _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit