Mercurial > emacs
changeset 26412:09ba127d578d
(bitmapdir): Allow for both "bitmaps" directories.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 11 Nov 1999 16:48:38 +0000 |
parents | 3fd026f721c0 |
children | 62902f5835ff |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Thu Nov 11 14:03:18 1999 +0000 +++ b/configure.in Thu Nov 11 16:48:38 1999 +0000 @@ -1218,7 +1218,8 @@ for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do if test -d "${bmd}/X11/bitmaps"; then bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps" - elif test -d "${bmd}/bitmaps"; then + fi + if test -d "${bmd}/bitmaps"; then bmd_acc="${bmd_acc}:${bmd}/bitmaps" fi done