emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/configure.in,v


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/configure.in,v
Date: Thu, 23 Aug 2007 08:43:43 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     YAMAMOTO Mitsuharu <mituharu>   07/08/23 08:43:43

Index: configure.in
===================================================================
RCS file: /cvsroot/emacs/emacs/configure.in,v
retrieving revision 1.460
retrieving revision 1.461
diff -u -b -r1.460 -r1.461
--- configure.in        22 Aug 2007 03:56:20 -0000      1.460
+++ configure.in        23 Aug 2007 08:43:43 -0000      1.461
@@ -2126,7 +2126,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_CARBON}" = "yes"; then
   if test "${with_rsvg}" != "no"; then
     dnl Check if `--with-pkg-config-prog' has been given.
     if test "X${with_pkg_config_prog}" != X; then




reply via email to

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