(bitmapdir): Allow for both "bitmaps" directories.
This commit is contained in:
parent
4c56b88eb8
commit
4f6f5dab99
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue