# HG changeset patch # User Gerd Moellmann # Date 942338918 0 # Node ID 09ba127d578d281b98dc9d856836647ff0a07edc # Parent 3fd026f721c01079c95a89dedabfbb026cd5fd88 (bitmapdir): Allow for both "bitmaps" directories. diff -r 3fd026f721c0 -r 09ba127d578d configure.in --- 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