aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2007-08-23 08:44:20 +0000
committerYAMAMOTO Mitsuharu2007-08-23 08:44:20 +0000
commitae0476ed503863d93ff733c7f4ce31c06c087317 (patch)
tree072775e41a7a2c4a04ffa9a60dce7a50ed9fa823
parent7abdcaf4c8a4ef0ee268b8abad319c87eddaa599 (diff)
downloademacs-ae0476ed503863d93ff733c7f4ce31c06c087317.tar.gz
emacs-ae0476ed503863d93ff733c7f4ce31c06c087317.zip
Reflect configure.in change manually.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index daf391fbbf4..b1a7544baea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * configure.in: Check librsvg2 also for Mac Carbon.
4
12007-08-22 Romain Francoise <romain@orebokech.com> 52007-08-22 Romain Francoise <romain@orebokech.com>
2 6
3 * make-dist: Follow reorganization of files in etc/. 7 * make-dist: Follow reorganization of files in etc/.
diff --git a/configure b/configure
index f3737d0a327..24f3a5cc677 100755
--- a/configure
+++ b/configure
@@ -11079,7 +11079,7 @@ fi
11079 11079
11080### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified. 11080### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
11081HAVE_RSVG=no 11081HAVE_RSVG=no
11082if test "${HAVE_X11}" = "yes"; then 11082if test "${HAVE_X11}" = "yes" || test "${HAVE_CARBON}" = "yes"; then
11083 if test "${with_rsvg}" != "no"; then 11083 if test "${with_rsvg}" != "no"; then
11084 if test "X${with_pkg_config_prog}" != X; then 11084 if test "X${with_pkg_config_prog}" != X; then
11085 PKG_CONFIG="${with_pkg_config_prog}" 11085 PKG_CONFIG="${with_pkg_config_prog}"