emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs configure.in ChangeLog


From: Adrian Robert
Subject: [Emacs-diffs] emacs configure.in ChangeLog
Date: Thu, 22 Jan 2009 13:15:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 09/01/22 13:15:33

Modified files:
        .              : configure.in ChangeLog 

Log message:
        * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/configure.in?cvsroot=emacs&r1=1.582&r2=1.583
http://cvs.savannah.gnu.org/viewcvs/emacs/ChangeLog?cvsroot=emacs&r1=1.808&r2=1.809

Patches:
Index: configure.in
===================================================================
RCS file: /sources/emacs/emacs/configure.in,v
retrieving revision 1.582
retrieving revision 1.583
diff -u -b -r1.582 -r1.583
--- configure.in        22 Jan 2009 06:38:58 -0000      1.582
+++ configure.in        22 Jan 2009 13:15:32 -0000      1.583
@@ -1497,7 +1497,7 @@
 
 ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
 HAVE_RSVG=no
-if test "${HAVE_X11}" = "yes"; then
+if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then
   if test "${with_rsvg}" != "no"; then
     RSVG_REQUIRED=2.0.0
     RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/ChangeLog,v
retrieving revision 1.808
retrieving revision 1.809
diff -u -b -r1.808 -r1.809
--- ChangeLog   22 Jan 2009 06:38:56 -0000      1.808
+++ ChangeLog   22 Jan 2009 13:15:32 -0000      1.809
@@ -1,3 +1,7 @@
+2009-01-22  Yavor Doganov  <address@hidden>  (tiny change)
+
+       * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
+
 2009-01-22  Dan Nicolaescu  <address@hidden>
 
        * configure.in: Add support for m68k-*-netbsd.




reply via email to

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