gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/macros curl.m4


From: Eric Hughes
Subject: [Gnash-commit] gnash/macros curl.m4
Date: Sun, 28 Oct 2007 21:06:51 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Eric Hughes <eh9>       07/10/28 21:06:51

Modified files:
        macros         : curl.m4 

Log message:
        Added negative result notice for missing curl library

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/curl.m4?cvsroot=gnash&r1=1.19&r2=1.20

Patches:
Index: curl.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/curl.m4,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- curl.m4     13 Oct 2007 23:24:07 -0000      1.19
+++ curl.m4     28 Oct 2007 21:06:51 -0000      1.20
@@ -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.19 2007/10/13 23:24:07 rsavoye Exp $
+dnl $Id: curl.m4,v 1.20 2007/10/28 21:06:51 eh9 Exp $
 
 AC_DEFUN([GNASH_PATH_CURL],
 [
@@ -110,6 +110,9 @@
           fi # }
         fi # }
       done # }
+      if test x"${ac_cv_path_curl_lib}" = x; then # {
+        AC_MSG_RESULT(no)
+      fi # }
     fi # }
 
   fi # }




reply via email to

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