emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs ChangeLog configure configure.in


From: Jan Djärv
Subject: [Emacs-diffs] emacs ChangeLog configure configure.in
Date: Thu, 10 Dec 2009 19:27:39 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd> 09/12/10 19:27:39

Modified files:
        .              : ChangeLog configure configure.in 

Log message:
        configure.in: Check for RSVG if GNUStep is used.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/ChangeLog?cvsroot=emacs&r1=1.872&r2=1.873
http://cvs.savannah.gnu.org/viewcvs/emacs/configure?cvsroot=emacs&r1=1.339&r2=1.340
http://cvs.savannah.gnu.org/viewcvs/emacs/configure.in?cvsroot=emacs&r1=1.619&r2=1.620

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/ChangeLog,v
retrieving revision 1.872
retrieving revision 1.873
diff -u -b -r1.872 -r1.873
--- ChangeLog   9 Dec 2009 18:46:53 -0000       1.872
+++ ChangeLog   10 Dec 2009 19:27:37 -0000      1.873
@@ -1,3 +1,7 @@
+2009-12-10  Jan Djärv  <address@hidden>
+
+       * configure.in: Check for RSVG if GNUStep is used.
+
 2009-12-09  Jan Djärv  <address@hidden>
 
        * configure.in: Don't check for RSVG or GConf unless X11 is used.

Index: configure
===================================================================
RCS file: /cvsroot/emacs/emacs/configure,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -b -r1.339 -r1.340
--- configure   9 Dec 2009 18:46:53 -0000       1.339
+++ configure   10 Dec 2009 19:27:37 -0000      1.340
@@ -11327,7 +11327,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 "${NS_IMPL_GNUSTEP}" = "yes"; then
   if test "${with_rsvg}" != "no"; then
     RSVG_REQUIRED=2.11.0
     RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"

Index: configure.in
===================================================================
RCS file: /cvsroot/emacs/emacs/configure.in,v
retrieving revision 1.619
retrieving revision 1.620
diff -u -b -r1.619 -r1.620
--- configure.in        9 Dec 2009 18:46:55 -0000       1.619
+++ configure.in        10 Dec 2009 19:27:39 -0000      1.620
@@ -1610,7 +1610,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 "${NS_IMPL_GNUSTEP}" = "yes"; then
   if test "${with_rsvg}" != "no"; then
     RSVG_REQUIRED=2.11.0
     RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"




reply via email to

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