CVSROOT: /sources/gnash Module name: gnash Changes by: Martin Guy <martinwguy> 07/05/30 15:51:37
Modified files: . : configure.ac Log message: * configure.ac: Warn if libcurl is missing CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.324&r2=1.325 Patches: Index: configure.ac =================================================================== RCS file: /sources/gnash/gnash/configure.ac,v retrieving revision 1.324 retrieving revision 1.325 diff -u -b -r1.324 -r1.325 --- configure.ac 30 May 2007 13:10:28 -0000 1.324 +++ configure.ac 30 May 2007 15:51:37 -0000 1.325 @@ -15,7 +15,7 @@ dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl $Id: configure.ac,v 1.324 2007/05/30 13:10:28 martinwguy Exp $ +dnl $Id: configure.ac,v 1.325 2007/05/30 15:51:37 martinwguy Exp $ AC_PREREQ(2.50) AC_INIT(gnash, cvs) @@ -1608,6 +1608,12 @@ echo " CURL flags are: default include path" fi echo " CURL libs are: $CURL_LIBS" +else + echo " WARNING: CURL library not found. + echo " Gnash will be built without support for streaming from URLs." + echo " Why not install libcurl from http://curl.haxx.se/libcurl" + echo " or .deb users: apt-get install libcurl3-dev" + echo " or .rpm users: yum install curl-devel" fi if test x$renderer = xagg; then _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit