Mercurial > emacs
comparison configure @ 82778:e284140aa5be
Reflect configure.in change manually.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Thu, 23 Aug 2007 08:44:02 +0000 |
parents | 37968753092d |
children | 27d11c1d4e46 b83d0dadb2a7 |
comparison
equal
deleted
inserted
replaced
82777:18556eea77d8 | 82778:e284140aa5be |
---|---|
11077 fi | 11077 fi |
11078 fi | 11078 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}" |
11086 fi | 11086 fi |
11087 | 11087 |