(bitmapdir): Allow for both "bitmaps" directories.

This commit is contained in:
Gerd Moellmann 1999-11-11 16:49:03 +00:00
parent 4c56b88eb8
commit 4f6f5dab99
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
1999-11-11 Erik Naggum <erik@naggum.no>
* configure.in (bitmapdir): Allow for both "bitmaps" directories.
1999-11-08 Dave Love <fx@gnu.org>
* configure.in: Fix change for --with-pop default.

View file

@ -1218,7 +1218,8 @@ else
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