emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs configure.in


From: Chong Yidong
Subject: [Emacs-diffs] emacs configure.in
Date: Thu, 26 Feb 2009 22:58:09 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/02/26 22:58:09

Modified files:
        .              : configure.in 

Log message:
        Require librsvg >= 2.11.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/configure.in?cvsroot=emacs&r1=1.587&r2=1.588

Patches:
Index: configure.in
===================================================================
RCS file: /sources/emacs/emacs/configure.in,v
retrieving revision 1.587
retrieving revision 1.588
diff -u -b -r1.587 -r1.588
--- configure.in        26 Feb 2009 21:23:00 -0000      1.587
+++ configure.in        26 Feb 2009 22:58:09 -0000      1.588
@@ -1493,7 +1493,7 @@
 HAVE_RSVG=no
 if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then
   if test "${with_rsvg}" != "no"; then
-    RSVG_REQUIRED=2.0.0
+    RSVG_REQUIRED=2.11.0
     RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"
 
     PKG_CHECK_MODULES(RSVG, $RSVG_MODULE, :, :)




reply via email to

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