diff options
| author | YAMAMOTO Mitsuharu | 2007-08-23 08:44:20 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2007-08-23 08:44:20 +0000 |
| commit | ae0476ed503863d93ff733c7f4ce31c06c087317 (patch) | |
| tree | 072775e41a7a2c4a04ffa9a60dce7a50ed9fa823 | |
| parent | 7abdcaf4c8a4ef0ee268b8abad319c87eddaa599 (diff) | |
| download | emacs-ae0476ed503863d93ff733c7f4ce31c06c087317.tar.gz emacs-ae0476ed503863d93ff733c7f4ce31c06c087317.zip | |
Reflect configure.in change manually.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | configure | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * configure.in: Check librsvg2 also for Mac Carbon. | ||
| 4 | |||
| 1 | 2007-08-22 Romain Francoise <romain@orebokech.com> | 5 | 2007-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/. |
| @@ -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. |
| 11081 | HAVE_RSVG=no | 11081 | HAVE_RSVG=no |
| 11082 | if test "${HAVE_X11}" = "yes"; then | 11082 | if 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}" |